#B30213

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

Shades of Venetian Red #B30213

Tints of Venetian Red #B30213

Color information

#B30213 (or 0xB30213) is unknown color: approx Venetian Red. HEX triplet: B3, 02 and 13. RGB value is (179,2,19). Sum of RGB (Red+Green+Blue) = 179+2+19=200 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 179 - color contains mainly: red. Hex color #B30213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30213 is #4CFDEC. Grayscale: #383838. Windows color (decimal): -5045741 or 1245875. OLE color: 1245875.

HSL color Cylindrical-coordinate representation of color #B30213: hue angle of 354.24º 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 #B30213 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB179219-
CMYK00.990.890.30
HSL354.24º97.79%35.49%-
HSV(B)354.24º98.88%70.2%-
XYZ18.739.671.5-
YUV56.86106.64215.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 89.5%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 19 (7.81% from 255) = 9.5%
R=89.5%
G=1%
B=9.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17921900.990.890.30354.2497.7935.49
HexB3213063591E1626223
Octal26322301431313654214243
Binary101100111010011011000111011001111101011000101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30213; }

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

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

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

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

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

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

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

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