#B00318

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

Shades of Venetian Red #B00318

Tints of Venetian Red #B00318

Color information

#B00318 (or 0xB00318) is unknown color: approx Venetian Red. HEX triplet: B0, 03 and 18. RGB value is (176,3,24). Sum of RGB (Red+Green+Blue) = 176+3+24=203 (26% of max value = 765). Red value is 176 (69.14% from 255 or 86.70% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 176 - color contains mainly: red. Hex color #B00318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00318 is #4FFCE7. Grayscale: #393939. Windows color (decimal): -5242088 or 1573808. OLE color: 1573808.

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

Color convert

RGB176324-
CMYK00.980.860.31
HSL352.72º96.65%35.1%-
HSV(B)352.72º98.3%69.02%-
XYZ18.19.361.72-
YUV57.12109.31212.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 86.70%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=86.70%
G=1.48%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17632400.980.860.31352.7296.6535.1
HexB0318062561F1616123
Octal26033001421263754114143
Binary101100001111000011000101010110111111011000011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00318; }

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

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

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

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

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

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

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

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