#B00316

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

Shades of Venetian Red #B00316

Tints of Venetian Red #B00316

Color information

#B00316 (or 0xB00316) is unknown color: approx Venetian Red. HEX triplet: B0, 03 and 16. RGB value is (176,3,22). Sum of RGB (Red+Green+Blue) = 176+3+22=201 (26% of max value = 765). Red value is 176 (69.14% from 255 or 87.56% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 176 - color contains mainly: red. Hex color #B00316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00316 is #4FFCE9. Grayscale: #383838. Windows color (decimal): -5242090 or 1442736. OLE color: 1442736.

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

Color convert

RGB176322-
CMYK00.980.880.31
HSL353.41º96.65%35.1%-
HSV(B)353.41º98.3%69.02%-
XYZ18.089.351.61-
YUV56.89108.31212.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 87.56%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=87.56%
G=1.49%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17632200.980.880.31353.4196.6535.1
HexB0316062581F1616123
Octal26032601421303754114143
Binary101100001110110011000101011000111111011000011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00316; }

 p { color: rgb(176,3,22); }

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

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

 a { background-color: rgb(176,3,22); }

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

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

 span { border-color: rgb(176,3,22); }

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