#B10A19

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

Shades of Venetian Red #B10A19

Tints of Venetian Red #B10A19

Color information

#B10A19 (or 0xB10A19) is unknown color: approx Venetian Red. HEX triplet: B1, 0A and 19. RGB value is (177,10,25). Sum of RGB (Red+Green+Blue) = 177+10+25=212 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.49% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10A19 is #4EF5E6. Grayscale: #3D3D3D. Windows color (decimal): -5174759 or 1641137. OLE color: 1641137.

HSL color Cylindrical-coordinate representation of color #B10A19: hue angle of 354.61º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10A19 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1771025-
CMYK00.940.860.31
HSL354.61º89.3%36.67%-
HSV(B)354.61º94.35%69.41%-
XYZ18.429.631.81-
YUV61.64107.33210.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 83.49%
GREEN value IS 10 (4.30% from 255) = 4.72%
BLUE value IS 25 (10.16% from 255) = 11.79%
R=83.49%
G=4.72%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177102500.940.860.31354.6189.336.67
HexB1A1905E561F1635925
Octal261123101361263754313145
Binary10110001101011001010111101010110111111011000111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10A19; }

 p { color: rgb(177,10,25); }

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

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

 a { background-color: rgb(177,10,25); }

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

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

 span { border-color: rgb(177,10,25); }

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