#C70A20

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

Shades of Venetian Red #C70A20

Tints of Venetian Red #C70A20

Color information

#C70A20 (or 0xC70A20) is unknown color: approx Venetian Red. HEX triplet: C7, 0A and 20. RGB value is (199,10,32). Sum of RGB (Red+Green+Blue) = 199+10+32=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70A20 is #38F5DF. Grayscale: #454545. Windows color (decimal): -3732960 or 2099911. OLE color: 2099911.

HSL color Cylindrical-coordinate representation of color #C70A20: hue angle of 353.02º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70A20 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB1991032-
CMYK00.950.840.22
HSL353.02º90.43%40.98%-
HSV(B)353.02º94.97%78.04%-
XYZ23.9212.462.51-
YUV69.02107.12220.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 82.57%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=82.57%
G=4.15%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199103200.950.840.22353.0290.4340.98
HexC7A2005F54161615a29
Octal307124001371242654113251
Binary110001111010100000010111111010100101101011000011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70A20; }

 p { color: rgb(199,10,32); }

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

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

 a { background-color: rgb(199,10,32); }

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

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

 span { border-color: rgb(199,10,32); }

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