#B80012

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

Shades of Venetian Red #B80012

Tints of Venetian Red #B80012

Color information

#B80012 (or 0xB80012) is unknown color: approx Venetian Red. HEX triplet: B8, 00 and 12. RGB value is (184,0,18). Sum of RGB (Red+Green+Blue) = 184+0+18=202 (26% of max value = 765). Red value is 184 (72.27% from 255 or 91.09% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 184 - color contains mainly: red. Hex color #B80012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80012 is #47FFED. Grayscale: #393939. Windows color (decimal): -4718574 or 1179832. OLE color: 1179832.

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

Color convert

RGB184018-
CMYK010.900.28
HSL354.13º100%36.08%-
HSV(B)354.13º100%72.16%-
XYZ19.8810.231.5-
YUV57.07105.96218.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 91.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 8.91%
R=91.09%
G=0%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184018010.900.28354.1310036.08
HexB80120645A1C1626424
Octal27002201441323454214444
Binary10111000010010011001001011010111001011000101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80012; }

 p { color: rgb(184,0,18); }

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

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

 a { background-color: rgb(184,0,18); }

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

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

 span { border-color: rgb(184,0,18); }

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