#B50408

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

Shades of Venetian Red #B50408

Tints of Venetian Red #B50408

Color information

#B50408 (or 0xB50408) is unknown color: approx Venetian Red. HEX triplet: B5, 04 and 08. RGB value is (181,4,8). Sum of RGB (Red+Green+Blue) = 181+4+8=193 (25% of max value = 765). Red value is 181 (71.09% from 255 or 93.78% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 181 - color contains mainly: red. Hex color #B50408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50408 is #4AFBF7. Grayscale: #393939. Windows color (decimal): -4914168 or 525493. OLE color: 525493.

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

Color convert

RGB18148-
CMYK00.980.960.29
HSL358.64º95.68%36.27%-
HSV(B)358.64º97.79%70.98%-
XYZ19.149.931.14-
YUV57.38100.14216.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 93.78%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 8 (3.52% from 255) = 4.15%
R=93.78%
G=2.07%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814800.980.960.29358.6495.6836.27
HexB548062601D1676024
Octal26541001421403554714044
Binary101101011001000011000101100000111011011001111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50408; }

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

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

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

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

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

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

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

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