#B10A1A

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

Shades of Venetian Red #B10A1A

Tints of Venetian Red #B10A1A

Color information

#B10A1A (or 0xB10A1A) is unknown color: approx Venetian Red. HEX triplet: B1, 0A and 1A. RGB value is (177,10,26). Sum of RGB (Red+Green+Blue) = 177+10+26=213 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.10% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10A1A is #4EF5E5. Grayscale: #3D3D3D. Windows color (decimal): -5174758 or 1706673. OLE color: 1706673.

HSL color Cylindrical-coordinate representation of color #B10A1A: hue angle of 354.25º 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 #B10A1A is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1771026-
CMYK00.940.850.31
HSL354.25º89.3%36.67%-
HSV(B)354.25º94.35%69.41%-
XYZ18.439.641.87-
YUV61.76107.83210.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 83.10%
GREEN value IS 10 (4.30% from 255) = 4.69%
BLUE value IS 26 (10.55% from 255) = 12.21%
R=83.10%
G=4.69%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177102600.940.850.31354.2589.336.67
HexB1A1A05E551F1625925
Octal261123201361253754213145
Binary10110001101011010010111101010101111111011000101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10A1A; }

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

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

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

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

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

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

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

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