#B00118

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

Shades of Venetian Red #B00118

Tints of Venetian Red #B00118

Color information

#B00118 (or 0xB00118) is unknown color: approx Venetian Red. HEX triplet: B0, 01 and 18. RGB value is (176,1,24). Sum of RGB (Red+Green+Blue) = 176+1+24=201 (26% of max value = 765). Red value is 176 (69.14% from 255 or 87.56% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 176 - color contains mainly: red. Hex color #B00118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00118 is #4FFEE7. Grayscale: #383838. Windows color (decimal): -5242600 or 1573296. OLE color: 1573296.

HSL color Cylindrical-coordinate representation of color #B00118: hue angle of 352.11º degrees, saturation: 0.99, 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 #B00118 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB176124-
CMYK00.990.860.31
HSL352.11º98.87%34.71%-
HSV(B)352.11º99.43%69.02%-
XYZ18.089.321.71-
YUV55.95109.98213.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 87.56%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=87.56%
G=0.50%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612400.990.860.31352.1198.8734.71
HexB0118063561F1606323
Octal26013001431263754014343
Binary10110000111000011000111010110111111011000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00118; }

 p { color: rgb(176,1,24); }

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

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

 a { background-color: rgb(176,1,24); }

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

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

 span { border-color: rgb(176,1,24); }

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