#C0022A

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

Shades of Venetian Red #C0022A

Tints of Venetian Red #C0022A

Color information

#C0022A (or 0xC0022A) is unknown color: approx Venetian Red. HEX triplet: C0, 02 and 2A. RGB value is (192,2,42). Sum of RGB (Red+Green+Blue) = 192+2+42=236 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.36% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 192 - color contains mainly: red. Hex color #C0022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0022A is #3FFDD5. Grayscale: #3F3F3F. Windows color (decimal): -4193750 or 2753216. OLE color: 2753216.

HSL color Cylindrical-coordinate representation of color #C0022A: hue angle of 347.37º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0022A is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB192242-
CMYK00.990.780.25
HSL347.37º97.94%38.04%-
HSV(B)347.37º98.96%75.29%-
XYZ22.1811.423.23-
YUV63.37115.95219.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 81.36%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=81.36%
G=0.85%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19224200.990.780.25347.3797.9438.04
HexC022A0634E1915b6226
Octal30025201431163153314246
Binary1100000010101010011000111001110110011010110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0022A; }

 p { color: rgb(192,2,42); }

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

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

 a { background-color: rgb(192,2,42); }

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

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

 span { border-color: rgb(192,2,42); }

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