#B80F29

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

Shades of Cardinal #B80F29

Tints of Cardinal #B80F29

Color information

#B80F29 (or 0xB80F29) is unknown color: approx Cardinal. HEX triplet: B8, 0F and 29. RGB value is (184,15,41). Sum of RGB (Red+Green+Blue) = 184+15+41=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80F29 is #47F0D6. Grayscale: #444444. Windows color (decimal): -4714711 or 2691000. OLE color: 2691000.

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

Color convert

RGB1841541-
CMYK00.920.780.28
HSL350.77º84.92%39.02%-
HSV(B)350.77º91.85%72.16%-
XYZ20.3410.693.09-
YUV68.5112.49210.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 76.67%
GREEN value IS 15 (6.25% from 255) = 6.25%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=76.67%
G=6.25%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184154100.920.780.28350.7784.9239.02
HexB8F2905C4E1C15f5527
Octal270175101341163453712547
Binary101110001111101001010111001001110111001010111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80F29; }

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

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

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

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

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

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

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

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