Html Css Color HEX #C60010 Venetian Red

📋 copy color: '#C60010'

red 198 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #C60010

Tints of Venetian Red #C60010

RGB

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

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

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

R = 92.52%
G = 0%
B = 7.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C60010 (or 0xC60010) is known color: Venetian Red. HEX triplet: C6, 00 and 10. RGB value is (198,0,16). Sum of RGB (Red+Green+Blue) = 198+0+16=214 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.52% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 198 - color contains mainly: red. Hex color #C60010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60010 is #39FFEF. Grayscale: #3D3D3D. Windows color (decimal): -3801072 or 1048774. OLE color: 1048774.

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

Color convert

RGB 198 0 16 -
CMYK 0 1 0.92 0.22
HSL 355.15º 1% 0.39% -
HSV(B) 355.15º 1% 0.78% -
XYZ 23.38 12.04 1.58 -
YUV 61.03 102.6 225.7 -
System Red Green Blue C M Y K H S L
Decimal 198 0 16 0 1 0.92 0.22 355.15 1 0.39
Hex C6 0 10 0 64 5C 16 163 64 27
Octal 306 0 20 0 144 134 26 543 144 47
Binary 11000110 0 10000 0 1100100 1011100 10110 101100011 1100100 100111

Color Harmonies of #C60010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60010

Black with #C60010

Text Example


Text Example

White with #C60010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60010; }

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

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

background-color css

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

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

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

border-color css

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

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

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