Html Css Color HEX #C60012 Venetian Red

📋 copy color: '#C60012'

red 198 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #C60012

Tints of Venetian Red #C60012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 91.67%
G = 0%
B = 8.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C60012 (or 0xC60012) is known color: Venetian Red. HEX triplet: C6, 00 and 12. RGB value is (198,0,18). Sum of RGB (Red+Green+Blue) = 198+0+18=216 (28% of max value = 765). Red value is 198 (77.73% from 255 or 91.67% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 198 - color contains mainly: red. Hex color #C60012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60012 is #39FFED. Grayscale: #3D3D3D. Windows color (decimal): -3801070 or 1179846. OLE color: 1179846.

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

Color convert

RGB 198 0 18 -
CMYK 0 1 0.91 0.22
HSL 354.55º 1% 0.39% -
HSV(B) 354.55º 1% 0.78% -
XYZ 23.4 12.05 1.66 -
YUV 61.25 103.6 225.54 -
System Red Green Blue C M Y K H S L
Decimal 198 0 18 0 1 0.91 0.22 354.55 1 0.39
Hex C6 0 12 0 64 5B 16 163 64 27
Octal 306 0 22 0 144 133 26 543 144 47
Binary 11000110 0 10010 0 1100100 1011011 10110 101100011 1100100 100111

Color Harmonies of #C60012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60012

Black with #C60012

Text Example


Text Example

White with #C60012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60012; }

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

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

background-color css

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

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

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

border-color css

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

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

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