#B81942

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

Shades of Cardinal #B81942

Tints of Cardinal #B81942

Color information

#B81942 (or 0xB81942) is unknown color: approx Cardinal. HEX triplet: B8, 19 and 42. RGB value is (184,25,66). Sum of RGB (Red+Green+Blue) = 184+25+66=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B81942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81942 is #47E6BD. Grayscale: #4D4D4D. Windows color (decimal): -4712126 or 4331960. OLE color: 4331960.

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

Color convert

RGB1842566-
CMYK00.860.640.28
HSL344.53º76.08%40.98%-
HSV(B)344.53º86.41%72.16%-
XYZ21.111.286.22-
YUV77.22121.68204.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.91%
GREEN value IS 25 (10.16% from 255) = 9.09%
BLUE value IS 66 (26.17% from 255) = 24%
R=66.91%
G=9.09%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184256600.860.640.28344.5376.0840.98
HexB81942056401C1594c29
Octal2703110201261003453111451
Binary10111000110011000010010101101000000111001010110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81942; }

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

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

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

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

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

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

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

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