#B9213B

Color #B9213B Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B9213B

Tints of Cardinal #B9213B

Color information

#B9213B (or 0xB9213B) is unknown color: approx Cardinal. HEX triplet: B9, 21 and 3B. RGB value is (185,33,59). Sum of RGB (Red+Green+Blue) = 185+33+59=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B9213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9213B is #46DEC4. Grayscale: #515151. Windows color (decimal): -4644549 or 3875257. OLE color: 3875257.

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

Color convert

RGB1853359-
CMYK00.820.680.27
HSL349.74º69.72%42.75%-
HSV(B)349.74º82.16%72.55%-
XYZ21.3411.725.27-
YUV81.41115.36201.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.79%
GREEN value IS 33 (13.28% from 255) = 11.91%
BLUE value IS 59 (23.44% from 255) = 21.30%
R=66.79%
G=11.91%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185335900.820.680.27349.7469.7242.75
HexB9213B052441B15e462b
Octal271417301221043353610653
Binary10111001100001111011010100101000100110111010111101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9213B; }

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

 H1.HeaderClassName
 {
   color: #B9213B;
 }
 .AnyTagClassName
 {
   color: #B9213B;
 }
</style>
background-color css

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

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

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

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

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

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