Html Css Color HEX #C0022A Venetian Red

📋 copy color: '#C0022A'

red 192 ◦ green 2 ◦ blue 42

#C0022A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #C0022A

Tints of Venetian Red #C0022A

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.8% from 255) = 17.8%

R = 81.36%
G = 0.85%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0022A (or 0xC0022A) is known color: 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

RGB 192 2 42 -
CMYK 0 0.99 0.78 0.25
HSL 347.37º 0.98% 0.38% -
HSV(B) 347.37º 0.99% 0.75% -
XYZ 22.18 11.42 3.23 -
YUV 63.37 115.95 219.75 -
System Red Green Blue C M Y K H S L
Decimal 192 2 42 0 0.99 0.78 0.25 347.37 0.98 0.38
Hex C0 2 2A 0 63 4E 19 15B 62 26
Octal 300 2 52 0 143 116 31 533 142 46
Binary 11000000 10 101010 0 1100011 1001110 11001 101011011 1100010 100110

Color Harmonies of #C0022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0022A

Black with #C0022A

Text Example


Text Example

White with #C0022A

Text Example


Text Example

HTML Codes & Css Web 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>