Html Css Color HEX #C00A22 Venetian Red

📋 copy color: '#C00A22'

red 192 ◦ green 10 ◦ blue 34

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

Shades of Venetian Red #C00A22

Tints of Venetian Red #C00A22

RGB

 RED value IS 192 (75.39% from 255) = 81.36%

 GREEN value IS 10 (4.3% from 255) = 4.24%

 BLUE value IS 34 (13.67% from 255) = 14.41%

R = 81.36%
G = 4.24%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C00A22 (or 0xC00A22) is known color: Venetian Red. HEX triplet: C0, 0A and 22. RGB value is (192,10,34). Sum of RGB (Red+Green+Blue) = 192+10+34=236 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.36% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A22 is #3FF5DD. Grayscale: #434343. Windows color (decimal): -4191710 or 2230976. OLE color: 2230976.

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

Color convert

RGB 192 10 34 -
CMYK 0 0.95 0.82 0.25
HSL 352.09º 0.9% 0.4% -
HSV(B) 352.09º 0.95% 0.75% -
XYZ 22.14 11.54 2.57 -
YUV 67.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 192 10 34 0 0.95 0.82 0.25 352.09 0.9 0.4
Hex C0 A 22 0 5F 52 19 160 5A 28
Octal 300 12 42 0 137 122 31 540 132 50
Binary 11000000 1010 100010 0 1011111 1010010 11001 101100000 1011010 101000

Color Harmonies of #C00A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A22

Black with #C00A22

Text Example


Text Example

White with #C00A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A22; }

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

 H1.HeaderClassName
 {
   color: #C00A22;
 }
 .AnyTagClassName
 {
   color: #C00A22;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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