#B81B37

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

Shades of Cardinal #B81B37

Tints of Cardinal #B81B37

Color information

#B81B37 (or 0xB81B37) is unknown color: approx Cardinal. HEX triplet: B8, 1B and 37. RGB value is (184,27,55). Sum of RGB (Red+Green+Blue) = 184+27+55=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81B37 is #47E4C8. Grayscale: #4D4D4D. Windows color (decimal): -4711625 or 3611576. OLE color: 3611576.

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

Color convert

RGB1842755-
CMYK00.850.700.28
HSL349.3º74.41%41.37%-
HSV(B)349.3º85.33%72.16%-
XYZ20.8511.254.69-
YUV77.13115.51204.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.17%
GREEN value IS 27 (10.94% from 255) = 10.15%
BLUE value IS 55 (21.88% from 255) = 20.68%
R=69.17%
G=10.15%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184275500.850.700.28349.374.4141.37
HexB81B37055461C15d4a29
Octal270336701251063453511251
Binary1011100011011110111010101011000110111001010111011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81B37; }

 p { color: rgb(184,27,55); }

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

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

 a { background-color: rgb(184,27,55); }

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

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

 span { border-color: rgb(184,27,55); }

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