#B1051C

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

Shades of Venetian Red #B1051C

Tints of Venetian Red #B1051C

Color information

#B1051C (or 0xB1051C) is unknown color: approx Venetian Red. HEX triplet: B1, 05 and 1C. RGB value is (177,5,28). Sum of RGB (Red+Green+Blue) = 177+5+28=210 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.29% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 177 - color contains mainly: red. Hex color #B1051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1051C is #4EFAE3. Grayscale: #3B3B3B. Windows color (decimal): -5176036 or 1836465. OLE color: 1836465.

HSL color Cylindrical-coordinate representation of color #B1051C: hue angle of 351.98º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1051C is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB177528-
CMYK00.970.840.31
HSL351.98º94.51%35.69%-
HSV(B)351.98º97.18%69.41%-
XYZ18.49.541.97-
YUV59.05110.48212.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 84.29%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=84.29%
G=2.38%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17752800.970.840.31351.9894.5135.69
HexB151C061541F1605f24
Octal26153401411243754013744
Binary1011000110111100011000011010100111111011000001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1051C; }

 p { color: rgb(177,5,28); }

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

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

 a { background-color: rgb(177,5,28); }

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

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

 span { border-color: rgb(177,5,28); }

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