#B80F24

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

Shades of Venetian Red #B80F24

Tints of Venetian Red #B80F24

Color information

#B80F24 (or 0xB80F24) is unknown color: approx Venetian Red. HEX triplet: B8, 0F and 24. RGB value is (184,15,36). Sum of RGB (Red+Green+Blue) = 184+15+36=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80F24 is #47F0DB. Grayscale: #444444. Windows color (decimal): -4714716 or 2363320. OLE color: 2363320.

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

Color convert

RGB1841536-
CMYK00.920.800.28
HSL352.54º84.92%39.02%-
HSV(B)352.54º91.85%72.16%-
XYZ20.2610.662.66-
YUV67.92109.99210.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.30%
GREEN value IS 15 (6.25% from 255) = 6.38%
BLUE value IS 36 (14.45% from 255) = 15.32%
R=78.30%
G=6.38%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184153600.920.800.28352.5484.9239.02
HexB8F2405C501C1615527
Octal270174401341203454112547
Binary101110001111100100010111001010000111001011000011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80F24; }

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

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

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

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

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

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

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

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