#B81940

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

Shades of Cardinal #B81940

Tints of Cardinal #B81940

Color information

#B81940 (or 0xB81940) is unknown color: approx Cardinal. HEX triplet: B8, 19 and 40. RGB value is (184,25,64). Sum of RGB (Red+Green+Blue) = 184+25+64=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B81940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81940 is #47E6BF. Grayscale: #4C4C4C. Windows color (decimal): -4712128 or 4200888. OLE color: 4200888.

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

Color convert

RGB1842564-
CMYK00.860.650.28
HSL345.28º76.08%40.98%-
HSV(B)345.28º86.41%72.16%-
XYZ21.0411.265.91-
YUV76.99120.68204.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.40%
GREEN value IS 25 (10.16% from 255) = 9.16%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=67.40%
G=9.16%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184256400.860.650.28345.2876.0840.98
HexB81940056411C1594c29
Octal2703110001261013453111451
Binary10111000110011000000010101101000001111001010110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81940; }

 p { color: rgb(184,25,64); }

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

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

 a { background-color: rgb(184,25,64); }

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

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

 span { border-color: rgb(184,25,64); }

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