#B50008

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

Shades of Venetian Red #B50008

Tints of Venetian Red #B50008

Color information

#B50008 (or 0xB50008) is unknown color: approx Venetian Red. HEX triplet: B5, 00 and 08. RGB value is (181,0,8). Sum of RGB (Red+Green+Blue) = 181+0+8=189 (25% of max value = 765). Red value is 181 (71.09% from 255 or 95.77% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 181 - color contains mainly: red. Hex color #B50008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50008 is #4AFFF7. Grayscale: #373737. Windows color (decimal): -4915192 or 524469. OLE color: 524469.

HSL color Cylindrical-coordinate representation of color #B50008: hue angle of 357.35º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50008 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB18108-
CMYK010.960.29
HSL357.35º100%35.49%-
HSV(B)357.35º100%70.98%-
XYZ19.19.841.12-
YUV55.03101.47217.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 95.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 4.23%
R=95.77%
G=0%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18108010.960.29357.3510035.49
HexB508064601D1656423
Octal26501001441403554514443
Binary1011010101000011001001100000111011011001011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50008; }

 p { color: rgb(181,0,8); }

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

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

 a { background-color: rgb(181,0,8); }

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

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

 span { border-color: rgb(181,0,8); }

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