#B00206

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

Shades of Venetian Red #B00206

Tints of Venetian Red #B00206

Color information

#B00206 (or 0xB00206) is unknown color: approx Venetian Red. HEX triplet: B0, 02 and 06. RGB value is (176,2,6). Sum of RGB (Red+Green+Blue) = 176+2+6=184 (24% of max value = 765). Red value is 176 (69.14% from 255 or 95.65% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 176 - color contains mainly: red. Hex color #B00206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00206 is #4FFDF9. Grayscale: #363636. Windows color (decimal): -5242362 or 393904. OLE color: 393904.

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

Color convert

RGB17626-
CMYK00.990.970.31
HSL358.62º97.75%34.9%-
HSV(B)358.62º98.86%69.02%-
XYZ17.969.291.02-
YUV54.48100.65214.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 95.65%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 6 (2.73% from 255) = 3.26%
R=95.65%
G=1.09%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762600.990.970.31358.6297.7534.9
HexB026063611F1676223
Octal2602601431413754714243
Binary1011000010110011000111100001111111011001111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00206; }

 p { color: rgb(176,2,6); }

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

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

 a { background-color: rgb(176,2,6); }

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

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

 span { border-color: rgb(176,2,6); }

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