#B81841

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

Shades of Cardinal #B81841

Tints of Cardinal #B81841

Color information

#B81841 (or 0xB81841) is unknown color: approx Cardinal. HEX triplet: B8, 18 and 41. RGB value is (184,24,65). Sum of RGB (Red+Green+Blue) = 184+24+65=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B81841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81841 is #47E7BE. Grayscale: #4C4C4C. Windows color (decimal): -4712383 or 4266168. OLE color: 4266168.

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

Color convert

RGB1842465-
CMYK00.870.650.28
HSL344.62º76.92%40.78%-
HSV(B)344.62º86.96%72.16%-
XYZ21.0511.236.06-
YUV76.51121.51204.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.40%
GREEN value IS 24 (9.77% from 255) = 8.79%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=67.40%
G=8.79%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184246500.870.650.28344.6276.9240.78
HexB81841057411C1594d29
Octal2703010101271013453111551
Binary10111000110001000001010101111000001111001010110011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81841; }

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

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

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

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

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

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

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

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