#B30410

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

Shades of Venetian Red #B30410

Tints of Venetian Red #B30410

Color information

#B30410 (or 0xB30410) is unknown color: approx Venetian Red. HEX triplet: B3, 04 and 10. RGB value is (179,4,16). Sum of RGB (Red+Green+Blue) = 179+4+16=199 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.95% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 179 - color contains mainly: red. Hex color #B30410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30410 is #4CFBEF. Grayscale: #393939. Windows color (decimal): -5045232 or 1049779. OLE color: 1049779.

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

Color convert

RGB179416-
CMYK00.980.910.30
HSL355.89º95.63%35.88%-
HSV(B)355.89º97.77%70.2%-
XYZ18.739.711.38-
YUV57.69104.48214.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 89.95%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 16 (6.64% from 255) = 8.04%
R=89.95%
G=2.01%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17941600.980.910.30355.8995.6335.88
HexB34100625B1E1646024
Octal26342001421333654414044
Binary1011001110010000011000101011011111101011001001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30410; }

 p { color: rgb(179,4,16); }

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

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

 a { background-color: rgb(179,4,16); }

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

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

 span { border-color: rgb(179,4,16); }

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