Html Css Color HEX #C00620 Venetian Red

📋 copy color: '#C00620'

red 192 ◦ green 6 ◦ blue 32

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

Shades of Venetian Red #C00620

Tints of Venetian Red #C00620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

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

R = 83.48%
G = 2.61%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C00620 (or 0xC00620) is known color: Venetian Red. HEX triplet: C0, 06 and 20. RGB value is (192,6,32). Sum of RGB (Red+Green+Blue) = 192+6+32=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C00620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00620 is #3FF9DF. Grayscale: #404040. Windows color (decimal): -4192736 or 2098880. OLE color: 2098880.

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

Color convert

RGB 192 6 32 -
CMYK 0 0.97 0.83 0.25
HSL 351.61º 0.94% 0.39% -
HSV(B) 351.61º 0.97% 0.75% -
XYZ 22.06 11.44 2.41 -
YUV 64.58 109.62 218.89 -
System Red Green Blue C M Y K H S L
Decimal 192 6 32 0 0.97 0.83 0.25 351.61 0.94 0.39
Hex C0 6 20 0 61 53 19 160 5E 27
Octal 300 6 40 0 141 123 31 540 136 47
Binary 11000000 110 100000 0 1100001 1010011 11001 101100000 1011110 100111

Color Harmonies of #C00620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00620

Black with #C00620

Text Example


Text Example

White with #C00620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00620; }

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

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

background-color css

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

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

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

border-color css

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

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

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