#B8072C

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

Shades of Cardinal #B8072C

Tints of Cardinal #B8072C

Color information

#B8072C (or 0xB8072C) is unknown color: approx Cardinal. HEX triplet: B8, 07 and 2C. RGB value is (184,7,44). Sum of RGB (Red+Green+Blue) = 184+7+44=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B8072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8072C is #47F8D3. Grayscale: #404040. Windows color (decimal): -4716756 or 2885560. OLE color: 2885560.

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

Color convert

RGB184744-
CMYK00.960.760.28
HSL347.46º92.67%37.45%-
HSV(B)347.46º96.2%72.16%-
XYZ20.310.523.34-
YUV64.14116.64213.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.30%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=78.30%
G=2.98%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18474400.960.760.28347.4692.6737.45
HexB872C0604C1C15b5d25
Octal27075401401143453313545
Binary10111000111101100011000001001100111001010110111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8072C; }

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

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

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

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

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

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

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

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