#B80510

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

Shades of Venetian Red #B80510

Tints of Venetian Red #B80510

Color information

#B80510 (or 0xB80510) is unknown color: approx Venetian Red. HEX triplet: B8, 05 and 10. RGB value is (184,5,16). Sum of RGB (Red+Green+Blue) = 184+5+16=205 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.76% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 184 - color contains mainly: red. Hex color #B80510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80510 is #47FAEF. Grayscale: #3B3B3B. Windows color (decimal): -4717296 or 1050040. OLE color: 1050040.

HSL color Cylindrical-coordinate representation of color #B80510: hue angle of 356.31º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80510 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB184516-
CMYK00.970.910.28
HSL356.31º94.71%37.06%-
HSV(B)356.31º97.28%72.16%-
XYZ19.9110.341.44-
YUV59.78103.3216.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 89.76%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=89.76%
G=2.44%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18451600.970.910.28356.3194.7137.06
HexB85100615B1C1645f25
Octal27052001411333454413745
Binary1011100010110000011000011011011111001011001001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80510; }

 p { color: rgb(184,5,16); }

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

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

 a { background-color: rgb(184,5,16); }

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

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

 span { border-color: rgb(184,5,16); }

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