#B30508

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

Shades of Venetian Red #B30508

Tints of Venetian Red #B30508

Color information

#B30508 (or 0xB30508) is unknown color: approx Venetian Red. HEX triplet: B3, 05 and 08. RGB value is (179,5,8). Sum of RGB (Red+Green+Blue) = 179+5+8=192 (25% of max value = 765). Red value is 179 (70.31% from 255 or 93.23% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 179 - color contains mainly: red. Hex color #B30508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30508 is #4CFAF7. Grayscale: #393939. Windows color (decimal): -5044984 or 525747. OLE color: 525747.

HSL color Cylindrical-coordinate representation of color #B30508: hue angle of 358.97º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30508 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB17958-
CMYK00.970.960.30
HSL358.97º94.57%36.08%-
HSV(B)358.97º97.21%70.2%-
XYZ18.699.711.12-
YUV57.37100.15214.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 93.23%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 8 (3.52% from 255) = 4.17%
R=93.23%
G=2.60%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795800.970.960.30358.9794.5736.08
HexB358061601E1675f24
Octal26351001411403654713744
Binary101100111011000011000011100000111101011001111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30508; }

 p { color: rgb(179,5,8); }

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

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

 a { background-color: rgb(179,5,8); }

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

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

 span { border-color: rgb(179,5,8); }

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