#B80537

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

Shades of Cardinal #B80537

Tints of Cardinal #B80537

Color information

#B80537 (or 0xB80537) is unknown color: approx Cardinal. HEX triplet: B8, 05 and 37. RGB value is (184,5,55). Sum of RGB (Red+Green+Blue) = 184+5+55=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B80537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80537 is #47FAC8. Grayscale: #404040. Windows color (decimal): -4717257 or 3605944. OLE color: 3605944.

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

Color convert

RGB184555-
CMYK00.970.700.28
HSL343.24º94.71%37.06%-
HSV(B)343.24º97.28%72.16%-
XYZ20.5110.574.57-
YUV64.22122.8213.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 75.41%
GREEN value IS 5 (2.34% from 255) = 2.05%
BLUE value IS 55 (21.88% from 255) = 22.54%
R=75.41%
G=2.05%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18455500.970.700.28343.2494.7137.06
HexB8537061461C1575f25
Octal27056701411063452713745
Binary10111000101110111011000011000110111001010101111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80537; }

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

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

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

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

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

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

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

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