#B81941

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

Shades of Cardinal #B81941

Tints of Cardinal #B81941

Color information

#B81941 (or 0xB81941) is unknown color: approx Cardinal. HEX triplet: B8, 19 and 41. RGB value is (184,25,65). Sum of RGB (Red+Green+Blue) = 184+25+65=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B81941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81941 is #47E6BE. Grayscale: #4D4D4D. Windows color (decimal): -4712127 or 4266424. OLE color: 4266424.

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

Color convert

RGB1842565-
CMYK00.860.650.28
HSL344.91º76.08%40.98%-
HSV(B)344.91º86.41%72.16%-
XYZ21.0711.276.07-
YUV77.1121.18204.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.15%
GREEN value IS 25 (10.16% from 255) = 9.12%
BLUE value IS 65 (25.78% from 255) = 23.72%
R=67.15%
G=9.12%
B=23.72%

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
Decimal184256500.860.650.28344.9176.0840.98
HexB81941056411C1594c29
Octal2703110101261013453111451
Binary10111000110011000001010101101000001111001010110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81941; }

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

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

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

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

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

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

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

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