#B00512

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

Shades of Venetian Red #B00512

Tints of Venetian Red #B00512

Color information

#B00512 (or 0xB00512) is unknown color: approx Venetian Red. HEX triplet: B0, 05 and 12. RGB value is (176,5,18). Sum of RGB (Red+Green+Blue) = 176+5+18=199 (26% of max value = 765). Red value is 176 (69.14% from 255 or 88.44% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 176 - color contains mainly: red. Hex color #B00512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00512 is #4FFAED. Grayscale: #393939. Windows color (decimal): -5241582 or 1181104. OLE color: 1181104.

HSL color Cylindrical-coordinate representation of color #B00512: hue angle of 355.44º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00512 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB176518-
CMYK00.970.900.31
HSL355.44º94.48%35.49%-
HSV(B)355.44º97.16%69.02%-
XYZ18.079.381.43-
YUV57.61105.65212.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 88.44%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=88.44%
G=2.51%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17651800.970.900.31355.4494.4835.49
HexB05120615A1F1635e23
Octal26052201411323754313643
Binary1011000010110010011000011011010111111011000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00512; }

 p { color: rgb(176,5,18); }

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

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

 a { background-color: rgb(176,5,18); }

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

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

 span { border-color: rgb(176,5,18); }

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