Html Css Color HEX #C60020 Venetian Red

📋 copy color: '#C60020'

red 198 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #C60020

Tints of Venetian Red #C60020

RGB

 RED value IS 198 (77.73% from 255) = 86.09%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.09%
G = 0%
B = 13.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C60020 (or 0xC60020) is known color: Venetian Red. HEX triplet: C6, 00 and 20. RGB value is (198,0,32). Sum of RGB (Red+Green+Blue) = 198+0+32=230 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.09% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 198 - color contains mainly: red. Hex color #C60020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60020 is #39FFDF. Grayscale: #3E3E3E. Windows color (decimal): -3801056 or 2097350. OLE color: 2097350.

HSL color Cylindrical-coordinate representation of color #C60020: hue angle of 350.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60020 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 32 -
CMYK 0 1 0.84 0.22
HSL 350.3º 1% 0.39% -
HSV(B) 350.3º 1% 0.78% -
XYZ 23.55 12.11 2.46 -
YUV 62.85 110.6 224.4 -
System Red Green Blue C M Y K H S L
Decimal 198 0 32 0 1 0.84 0.22 350.3 1 0.39
Hex C6 0 20 0 64 54 16 15E 64 27
Octal 306 0 40 0 144 124 26 536 144 47
Binary 11000110 0 100000 0 1100100 1010100 10110 101011110 1100100 100111

Color Harmonies of #C60020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60020

Black with #C60020

Text Example


Text Example

White with #C60020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60020; }

 p { color: rgb(198,0,32); }

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

background-color css

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

 a { background-color: rgb(198,0,32); }

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

border-color css

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

 span { border-color: rgb(198,0,32); }

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