#B80F37

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

Shades of Cardinal #B80F37

Tints of Cardinal #B80F37

Color information

#B80F37 (or 0xB80F37) is unknown color: approx Cardinal. HEX triplet: B8, 0F and 37. RGB value is (184,15,55). Sum of RGB (Red+Green+Blue) = 184+15+55=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80F37 is #47F0C8. Grayscale: #464646. Windows color (decimal): -4714697 or 3608504. OLE color: 3608504.

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

Color convert

RGB1841555-
CMYK00.920.700.28
HSL345.8º84.92%39.02%-
HSV(B)345.8º91.85%72.16%-
XYZ20.6310.814.61-
YUV70.09119.49209.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.44%
GREEN value IS 15 (6.25% from 255) = 5.91%
BLUE value IS 55 (21.88% from 255) = 21.65%
R=72.44%
G=5.91%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184155500.920.700.28345.884.9239.02
HexB8F3705C461C15a5527
Octal270176701341063453212547
Binary101110001111110111010111001000110111001010110101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80F37; }

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

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

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

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

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

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

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

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