Html Css Color HEX #C60510 Venetian Red

📋 copy color: '#C60510'

red 198 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #C60510

Tints of Venetian Red #C60510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 90.41%
G = 2.28%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C60510 (or 0xC60510) is known color: Venetian Red. HEX triplet: C6, 05 and 10. RGB value is (198,5,16). Sum of RGB (Red+Green+Blue) = 198+5+16=219 (29% of max value = 765). Red value is 198 (77.73% from 255 or 90.41% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 198 - color contains mainly: red. Hex color #C60510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60510 is #39FAEF. Grayscale: #404040. Windows color (decimal): -3799792 or 1050054. OLE color: 1050054.

HSL color Cylindrical-coordinate representation of color #C60510: hue angle of 356.58º 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 #C60510 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 16 -
CMYK 0 0.97 0.92 0.22
HSL 356.58º 0.95% 0.4% -
HSV(B) 356.58º 0.97% 0.78% -
XYZ 23.44 12.15 1.6 -
YUV 63.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 198 5 16 0 0.97 0.92 0.22 356.58 0.95 0.4
Hex C6 5 10 0 61 5C 16 165 5F 28
Octal 306 5 20 0 141 134 26 545 137 50
Binary 11000110 101 10000 0 1100001 1011100 10110 101100101 1011111 101000

Color Harmonies of #C60510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60510

Black with #C60510

Text Example


Text Example

White with #C60510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60510; }

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

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

background-color css

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

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

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

border-color css

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

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

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