#b8182c

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

Shades of Cardinal #B8182C

Tints of Cardinal #B8182C

Color information

#B8182C (or 0xB8182C) is unknown color: approx Cardinal. HEX triplet: B8, 18 and 2C. RGB value is (184,24,44). Sum of RGB (Red+Green+Blue) = 184+24+44=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B8182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8182C is #47E7D3. Grayscale: #4A4A4A. Windows color (decimal): -4712404 or 2889912. OLE color: 2889912.

HSL color Cylindrical-coordinate representation of color #B8182C: hue angle of 352.5º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8182C is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB1842444-
CMYK00.870.760.28
HSL352.5º76.92%40.78%-
HSV(B)352.5º86.96%72.16%-
XYZ20.5511.033.43-
YUV74.12111.01206.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 73.02%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 44 (17.58% from 255) = 17.46%
R=73.02%
G=9.52%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184244400.870.760.28352.576.9240.78
HexB8182C0574C1C1604d29
Octal270305401271143454011551
Binary1011100011000101100010101111001100111001011000001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8182c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8182c; }

 p { color: rgb(184,24,44); }

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

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

 a { background-color: rgb(184,24,44); }

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

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

 span { border-color: rgb(184,24,44); }

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