Html Css Color HEX #C00A20 Venetian Red

📋 copy color: '#C00A20'

red 192 ◦ green 10 ◦ blue 32

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

Shades of Venetian Red #C00A20

Tints of Venetian Red #C00A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.68%

R = 82.05%
G = 4.27%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C00A20 (or 0xC00A20) is known color: Venetian Red. HEX triplet: C0, 0A and 20. RGB value is (192,10,32). Sum of RGB (Red+Green+Blue) = 192+10+32=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A20 is #3FF5DF. Grayscale: #434343. Windows color (decimal): -4191712 or 2099904. OLE color: 2099904.

HSL color Cylindrical-coordinate representation of color #C00A20: hue angle of 352.75º 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 #C00A20 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 10 32 -
CMYK 0 0.95 0.83 0.25
HSL 352.75º 0.9% 0.4% -
HSV(B) 352.75º 0.95% 0.75% -
XYZ 22.11 11.53 2.43 -
YUV 66.93 108.3 217.21 -
System Red Green Blue C M Y K H S L
Decimal 192 10 32 0 0.95 0.83 0.25 352.75 0.9 0.4
Hex C0 A 20 0 5F 53 19 161 5A 28
Octal 300 12 40 0 137 123 31 541 132 50
Binary 11000000 1010 100000 0 1011111 1010011 11001 101100001 1011010 101000

Color Harmonies of #C00A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A20

Black with #C00A20

Text Example


Text Example

White with #C00A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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