#B8213F

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

Shades of Cardinal #B8213F

Tints of Cardinal #B8213F

Color information

#B8213F (or 0xB8213F) is unknown color: approx Cardinal. HEX triplet: B8, 21 and 3F. RGB value is (184,33,63). Sum of RGB (Red+Green+Blue) = 184+33+63=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8213F is #47DEC0. Grayscale: #515151. Windows color (decimal): -4710081 or 4137400. OLE color: 4137400.

HSL color Cylindrical-coordinate representation of color #B8213F: hue angle of 348.08º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8213F is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1843363-
CMYK00.820.660.28
HSL348.08º69.59%42.55%-
HSV(B)348.08º82.07%72.16%-
XYZ21.2111.645.83-
YUV81.57117.53201.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.71%
GREEN value IS 33 (13.28% from 255) = 11.79%
BLUE value IS 63 (25% from 255) = 22.5%
R=65.71%
G=11.79%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184336300.820.660.28348.0869.5942.55
HexB8213F052421C15c462b
Octal270417701221023453410653
Binary10111000100001111111010100101000010111001010111001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8213F; }

 p { color: rgb(184,33,63); }

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

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

 a { background-color: rgb(184,33,63); }

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

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

 span { border-color: rgb(184,33,63); }

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