Html Css Color HEX #B9212C Cardinal

📋 copy color: '#B9212C'

red 185 ◦ green 33 ◦ blue 44

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

Shades of Cardinal #B9212C

Tints of Cardinal #B9212C

RGB

 RED value IS 185 (72.66% from 255) = 70.61%

 GREEN value IS 33 (13.28% from 255) = 12.6%

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 70.61%
G = 12.6%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9212C (or 0xB9212C) is known color: Cardinal. HEX triplet: B9, 21 and 2C. RGB value is (185,33,44). Sum of RGB (Red+Green+Blue) = 185+33+44=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B9212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9212C is #46DED3. Grayscale: #4F4F4F. Windows color (decimal): -4644564 or 2892217. OLE color: 2892217.

HSL color Cylindrical-coordinate representation of color #B9212C: hue angle of 355.66º degrees, saturation: 0.7, 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 #B9212C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 33 44 -
CMYK 0 0.82 0.76 0.27
HSL 355.66º 0.7% 0.43% -
HSV(B) 355.66º 0.82% 0.73% -
XYZ 21.01 11.58 3.51 -
YUV 79.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 185 33 44 0 0.82 0.76 0.27 355.66 0.7 0.43
Hex B9 21 2C 0 52 4C 1B 164 46 2B
Octal 271 41 54 0 122 114 33 544 106 53
Binary 10111001 100001 101100 0 1010010 1001100 11011 101100100 1000110 101011

Color Harmonies of #B9212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9212C

Black with #B9212C

Text Example


Text Example

White with #B9212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9212C; }

 p { color: rgb(185,33,44); }

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

background-color css

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

 a { background-color: rgb(185,33,44); }

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

border-color css

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

 span { border-color: rgb(185,33,44); }

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