#B81D2C

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

Shades of Cardinal #B81D2C

Tints of Cardinal #B81D2C

Color information

#B81D2C (or 0xB81D2C) is unknown color: approx Cardinal. HEX triplet: B8, 1D and 2C. RGB value is (184,29,44). Sum of RGB (Red+Green+Blue) = 184+29+44=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D2C is #47E2D3. Grayscale: #4D4D4D. Windows color (decimal): -4711124 or 2891192. OLE color: 2891192.

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

Color convert

RGB1842944-
CMYK00.840.760.28
HSL354.19º72.77%41.76%-
HSV(B)354.19º84.24%72.16%-
XYZ20.6611.253.47-
YUV77.06109.35204.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.60%
GREEN value IS 29 (11.72% from 255) = 11.28%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=71.60%
G=11.28%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184294400.840.760.28354.1972.7741.76
HexB81D2C0544C1C162492a
Octal270355401241143454211152
Binary1011100011101101100010101001001100111001011000101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81D2C; }

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

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

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

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

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

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

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

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