#B80204

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

Shades of Venetian Red #B80204

Tints of Venetian Red #B80204

Color information

#B80204 (or 0xB80204) is unknown color: approx Venetian Red. HEX triplet: B8, 02 and 04. RGB value is (184,2,4). Sum of RGB (Red+Green+Blue) = 184+2+4=190 (25% of max value = 765). Red value is 184 (72.27% from 255 or 96.84% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 184 - color contains mainly: red. Hex color #B80204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80204 is #47FDFB. Grayscale: #383838. Windows color (decimal): -4718076 or 262840. OLE color: 262840.

HSL color Cylindrical-coordinate representation of color #B80204: hue angle of 359.34º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB18424-
CMYK00.990.980.28
HSL359.34º97.85%36.47%-
HSV(B)359.34º98.91%72.16%-
XYZ19.8110.241.05-
YUV56.6598.3218.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 96.84%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 4 (1.95% from 255) = 2.11%
R=96.84%
G=1.05%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842400.990.980.28359.3497.8536.47
HexB824063621C1676224
Octal2702401431423454714244
Binary1011100010100011000111100010111001011001111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80204; }

 p { color: rgb(184,2,4); }

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

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

 a { background-color: rgb(184,2,4); }

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

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

 span { border-color: rgb(184,2,4); }

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