#B80615

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

Shades of Venetian Red #B80615

Tints of Venetian Red #B80615

Color information

#B80615 (or 0xB80615) is unknown color: approx Venetian Red. HEX triplet: B8, 06 and 15. RGB value is (184,6,21). Sum of RGB (Red+Green+Blue) = 184+6+21=211 (27% of max value = 765). Red value is 184 (72.27% from 255 or 87.20% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 184 - color contains mainly: red. Hex color #B80615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80615 is #47F9EA. Grayscale: #3D3D3D. Windows color (decimal): -4717035 or 1377976. OLE color: 1377976.

HSL color Cylindrical-coordinate representation of color #B80615: hue angle of 354.94º degrees, saturation: 0.94, 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 #B80615 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB184621-
CMYK00.970.890.28
HSL354.94º93.68%37.25%-
HSV(B)354.94º96.74%72.16%-
XYZ19.9710.371.66-
YUV60.93105.47215.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 87.20%
GREEN value IS 6 (2.73% from 255) = 2.84%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=87.20%
G=2.84%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18462100.970.890.28354.9493.6837.25
HexB8615061591C1635e25
Octal27062501411313454313645
Binary1011100011010101011000011011001111001011000111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80615; }

 p { color: rgb(184,6,21); }

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

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

 a { background-color: rgb(184,6,21); }

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

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

 span { border-color: rgb(184,6,21); }

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