Html Css Color HEX #C60520 Venetian Red

📋 copy color: '#C60520'

red 198 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #C60520

Tints of Venetian Red #C60520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

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

R = 84.26%
G = 2.13%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C60520 (or 0xC60520) is known color: Venetian Red. HEX triplet: C6, 05 and 20. RGB value is (198,5,32). Sum of RGB (Red+Green+Blue) = 198+5+32=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C60520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60520 is #39FADF. Grayscale: #414141. Windows color (decimal): -3799776 or 2098630. OLE color: 2098630.

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

Color convert

RGB 198 5 32 -
CMYK 0 0.97 0.84 0.22
HSL 351.61º 0.95% 0.4% -
HSV(B) 351.61º 0.97% 0.78% -
XYZ 23.6 12.22 2.48 -
YUV 65.79 108.94 222.3 -
System Red Green Blue C M Y K H S L
Decimal 198 5 32 0 0.97 0.84 0.22 351.61 0.95 0.4
Hex C6 5 20 0 61 54 16 160 5F 28
Octal 306 5 40 0 141 124 26 540 137 50
Binary 11000110 101 100000 0 1100001 1010100 10110 101100000 1011111 101000

Color Harmonies of #C60520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60520

Black with #C60520

Text Example


Text Example

White with #C60520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60520; }

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

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

background-color css

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

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

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

border-color css

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

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

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