#B80F36

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

Shades of Cardinal #B80F36

Tints of Cardinal #B80F36

Color information

#B80F36 (or 0xB80F36) is unknown color: approx Cardinal. HEX triplet: B8, 0F and 36. RGB value is (184,15,54). Sum of RGB (Red+Green+Blue) = 184+15+54=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80F36 is #47F0C9. Grayscale: #454545. Windows color (decimal): -4714698 or 3542968. OLE color: 3542968.

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

Color convert

RGB1841554-
CMYK00.920.710.28
HSL346.15º84.92%39.02%-
HSV(B)346.15º91.85%72.16%-
XYZ20.610.84.49-
YUV69.98118.99209.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.73%
GREEN value IS 15 (6.25% from 255) = 5.93%
BLUE value IS 54 (21.48% from 255) = 21.34%
R=72.73%
G=5.93%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184155400.920.710.28346.1584.9239.02
HexB8F3605C471C15a5527
Octal270176601341073453212547
Binary101110001111110110010111001000111111001010110101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80F36; }

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

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

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

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

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

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

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

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