#B30212

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

Shades of Venetian Red #B30212

Tints of Venetian Red #B30212

Color information

#B30212 (or 0xB30212) is unknown color: approx Venetian Red. HEX triplet: B3, 02 and 12. RGB value is (179,2,18). Sum of RGB (Red+Green+Blue) = 179+2+18=199 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.95% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 179 - color contains mainly: red. Hex color #B30212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30212 is #4CFDED. Grayscale: #383838. Windows color (decimal): -5045742 or 1180339. OLE color: 1180339.

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

Color convert

RGB179218-
CMYK00.990.900.30
HSL354.58º97.79%35.49%-
HSV(B)354.58º98.88%70.2%-
XYZ18.729.671.45-
YUV56.75106.14215.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 89.95%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=89.95%
G=1.01%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17921800.990.900.30354.5897.7935.49
HexB32120635A1E1636223
Octal26322201431323654314243
Binary101100111010010011000111011010111101011000111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30212; }

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

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

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

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

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

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

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

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