#B81D42

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

Shades of Cardinal #B81D42

Tints of Cardinal #B81D42

Color information

#B81D42 (or 0xB81D42) is unknown color: approx Cardinal. HEX triplet: B8, 1D and 42. RGB value is (184,29,66). Sum of RGB (Red+Green+Blue) = 184+29+66=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D42 is #47E2BD. Grayscale: #4F4F4F. Windows color (decimal): -4711102 or 4332984. OLE color: 4332984.

HSL color Cylindrical-coordinate representation of color #B81D42: hue angle of 345.68º 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 #B81D42 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1842966-
CMYK00.840.640.28
HSL345.68º72.77%41.76%-
HSV(B)345.68º84.24%72.16%-
XYZ21.1911.466.25-
YUV79.56120.35202.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.95%
GREEN value IS 29 (11.72% from 255) = 10.39%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=65.95%
G=10.39%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184296600.840.640.28345.6872.7741.76
HexB81D42054401C15a492a
Octal2703510201241003453211152
Binary10111000111011000010010101001000000111001010110101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81D42; }

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

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

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

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

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

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

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

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