#C0070A

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

Shades of Venetian Red #C0070A

Tints of Venetian Red #C0070A

Color information

#C0070A (or 0xC0070A) is unknown color: approx Venetian Red. HEX triplet: C0, 07 and 0A. RGB value is (192,7,10). Sum of RGB (Red+Green+Blue) = 192+7+10=209 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.87% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 192 - color contains mainly: red. Hex color #C0070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0070A is #3FF8F5. Grayscale: #3E3E3E. Windows color (decimal): -4192502 or 657344. OLE color: 657344.

HSL color Cylindrical-coordinate representation of color #C0070A: hue angle of 359.03º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0070A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB192710-
CMYK00.960.950.25
HSL359.03º92.96%39.02%-
HSV(B)359.03º96.35%75.29%-
XYZ21.8711.381.33-
YUV62.6698.29220.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 91.87%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 10 (4.30% from 255) = 4.78%
R=91.87%
G=3.35%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19271000.960.950.25359.0392.9639.02
HexC07A0605F191675d27
Octal30071201401373154713547
Binary110000001111010011000001011111110011011001111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0070A; }

 p { color: rgb(192,7,10); }

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

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

 a { background-color: rgb(192,7,10); }

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

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

 span { border-color: rgb(192,7,10); }

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