Html Css Color HEX #BA2236 Cardinal

📋 copy color: '#BA2236'

red 186 ◦ green 34 ◦ blue 54

#BA2236
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BA2236

Tints of Cardinal #BA2236

RGB

 RED value IS 186 (73.05% from 255) = 67.88%

 GREEN value IS 34 (13.67% from 255) = 12.41%

 BLUE value IS 54 (21.48% from 255) = 19.71%

R = 67.88%
G = 12.41%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA2236 (or 0xBA2236) is known color: Cardinal. HEX triplet: BA, 22 and 36. RGB value is (186,34,54). Sum of RGB (Red+Green+Blue) = 186+34+54=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2236 is #45DDC9. Grayscale: #515151. Windows color (decimal): -4578762 or 3547834. OLE color: 3547834.

HSL color Cylindrical-coordinate representation of color #BA2236: hue angle of 352.11º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2236 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 34 54 -
CMYK 0 0.82 0.71 0.27
HSL 352.11º 0.69% 0.43% -
HSV(B) 352.11º 0.82% 0.73% -
XYZ 21.49 11.85 4.64 -
YUV 81.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 186 34 54 0 0.82 0.71 0.27 352.11 0.69 0.43
Hex BA 22 36 0 52 47 1B 160 45 2B
Octal 272 42 66 0 122 107 33 540 105 53
Binary 10111010 100010 110110 0 1010010 1000111 11011 101100000 1000101 101011

Color Harmonies of #BA2236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2236

Black with #BA2236

Text Example


Text Example

White with #BA2236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2236; }

 p { color: rgb(186,34,54); }

 H1.HeaderClassName
 {
   color: #BA2236;
 }
 .AnyTagClassName
 {
   color: #BA2236;
 }
</style>

background-color css

<style>
 a { background-color: #BA2236; }

 a { background-color: rgb(186,34,54); }

 div.DivClassName
 {
   background-color: #BA2236;
 }
 .BgClassName
 {
   background-color: #BA2236;
 }
</style>

border-color css

<style>
 span { border-color: #BA2236; }

 span { border-color: rgb(186,34,54); }

 td.TdClassName
 {
   border-color: #BA2236;
 }
 .TagClassName
 {
   border-color: #BA2236;
 }
</style>