#B80F16

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

Shades of Venetian Red #B80F16

Tints of Venetian Red #B80F16

Color information

#B80F16 (or 0xB80F16) is unknown color: approx Venetian Red. HEX triplet: B8, 0F and 16. RGB value is (184,15,22). Sum of RGB (Red+Green+Blue) = 184+15+22=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80F16 is #47F0E9. Grayscale: #424242. Windows color (decimal): -4714730 or 1445816. OLE color: 1445816.

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

Color convert

RGB1841522-
CMYK00.920.880.28
HSL357.51º84.92%39.02%-
HSV(B)357.51º91.85%72.16%-
XYZ20.0810.591.74-
YUV66.33102.99211.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 83.26%
GREEN value IS 15 (6.25% from 255) = 6.79%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=83.26%
G=6.79%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184152200.920.880.28357.5184.9239.02
HexB8F1605C581C1665527
Octal270172601341303454612547
Binary10111000111110110010111001011000111001011001101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80F16; }

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

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

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

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

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

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

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

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