#C20B10

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

Shades of Venetian Red #C20B10

Tints of Venetian Red #C20B10

Color information

#C20B10 (or 0xC20B10) is unknown color: approx Venetian Red. HEX triplet: C2, 0B and 10. RGB value is (194,11,16). Sum of RGB (Red+Green+Blue) = 194+11+16=221 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.78% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20B10 is #3DF4EF. Grayscale: #424242. Windows color (decimal): -4060400 or 1051586. OLE color: 1051586.

HSL color Cylindrical-coordinate representation of color #C20B10: hue angle of 358.36º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20B10 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB1941116-
CMYK00.940.920.24
HSL358.36º89.27%40.2%-
HSV(B)358.36º94.33%76.08%-
XYZ22.4611.751.57-
YUV66.2999.63219.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 87.78%
GREEN value IS 11 (4.69% from 255) = 4.98%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=87.78%
G=4.98%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194111600.940.920.24358.3689.2740.2
HexC2B1005E5C181665928
Octal302132001361343054613150
Binary11000010101110000010111101011100110001011001101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20B10; }

 p { color: rgb(194,11,16); }

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

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

 a { background-color: rgb(194,11,16); }

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

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

 span { border-color: rgb(194,11,16); }

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