#B10C21

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

Shades of Venetian Red #B10C21

Tints of Venetian Red #B10C21

Color information

#B10C21 (or 0xB10C21) is unknown color: approx Venetian Red. HEX triplet: B1, 0C and 21. RGB value is (177,12,33). Sum of RGB (Red+Green+Blue) = 177+12+33=222 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.73% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10C21 is #4EF3DE. Grayscale: #3F3F3F. Windows color (decimal): -5174239 or 2165937. OLE color: 2165937.

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

Color convert

RGB1771233-
CMYK00.930.810.31
HSL352.36º87.3%37.06%-
HSV(B)352.36º93.22%69.41%-
XYZ18.549.722.34-
YUV63.73110.66208.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 79.73%
GREEN value IS 12 (5.08% from 255) = 5.41%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=79.73%
G=5.41%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177123300.930.810.31352.3687.337.06
HexB1C2105D511F1605725
Octal261144101351213754012745
Binary101100011100100001010111011010001111111011000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C21; }

 p { color: rgb(177,12,33); }

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

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

 a { background-color: rgb(177,12,33); }

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

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

 span { border-color: rgb(177,12,33); }

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