#B30217

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

Shades of Venetian Red #B30217

Tints of Venetian Red #B30217

Color information

#B30217 (or 0xB30217) is unknown color: approx Venetian Red. HEX triplet: B3, 02 and 17. RGB value is (179,2,23). Sum of RGB (Red+Green+Blue) = 179+2+23=204 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.75% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 179 - color contains mainly: red. Hex color #B30217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30217 is #4CFDE8. Grayscale: #393939. Windows color (decimal): -5045737 or 1508019. OLE color: 1508019.

HSL color Cylindrical-coordinate representation of color #B30217: hue angle of 352.88º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30217 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB179223-
CMYK00.990.870.30
HSL352.88º97.79%35.49%-
HSV(B)352.88º98.88%70.2%-
XYZ18.779.691.69-
YUV57.32108.64214.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 87.75%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 23 (9.38% from 255) = 11.27%
R=87.75%
G=0.98%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17922300.990.870.30352.8897.7935.49
HexB3217063571E1616223
Octal26322701431273654114243
Binary101100111010111011000111010111111101011000011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30217; }

 p { color: rgb(179,2,23); }

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

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

 a { background-color: rgb(179,2,23); }

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

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

 span { border-color: rgb(179,2,23); }

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