#B00B23

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

Shades of Venetian Red #B00B23

Tints of Venetian Red #B00B23

Color information

#B00B23 (or 0xB00B23) is unknown color: approx Venetian Red. HEX triplet: B0, 0B and 23. RGB value is (176,11,35). Sum of RGB (Red+Green+Blue) = 176+11+35=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00B23 is #4FF4DC. Grayscale: #3F3F3F. Windows color (decimal): -5240029 or 2296752. OLE color: 2296752.

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

Color convert

RGB1761135-
CMYK00.940.800.31
HSL351.27º88.24%36.67%-
HSV(B)351.27º93.75%69.02%-
XYZ18.339.592.48-
YUV63.07112.16208.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 79.28%
GREEN value IS 11 (4.69% from 255) = 4.95%
BLUE value IS 35 (14.06% from 255) = 15.77%
R=79.28%
G=4.95%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176113500.940.800.31351.2788.2436.67
HexB0B2305E501F15f5825
Octal260134301361203753713045
Binary101100001011100011010111101010000111111010111111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B23; }

 p { color: rgb(176,11,35); }

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

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

 a { background-color: rgb(176,11,35); }

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

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

 span { border-color: rgb(176,11,35); }

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