Html Css Color HEX #C0060C Venetian Red

📋 copy color: '#C0060C'

red 192 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #C0060C

Tints of Venetian Red #C0060C

RGB

 RED value IS 192 (75.39% from 255) = 91.43%

 GREEN value IS 6 (2.73% from 255) = 2.86%

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 91.43%
G = 2.86%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0060C (or 0xC0060C) is known color: Venetian Red. HEX triplet: C0, 06 and 0C. RGB value is (192,6,12). Sum of RGB (Red+Green+Blue) = 192+6+12=210 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.43% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 192 - color contains mainly: red. Hex color #C0060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0060C is #3FF9F3. Grayscale: #3E3E3E. Windows color (decimal): -4192756 or 788160. OLE color: 788160.

HSL color Cylindrical-coordinate representation of color #C0060C: hue angle of 358.06º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0060C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 6 12 -
CMYK 0 0.97 0.94 0.25
HSL 358.06º 0.94% 0.39% -
HSV(B) 358.06º 0.97% 0.75% -
XYZ 21.87 11.36 1.39 -
YUV 62.3 99.62 220.51 -
System Red Green Blue C M Y K H S L
Decimal 192 6 12 0 0.97 0.94 0.25 358.06 0.94 0.39
Hex C0 6 C 0 61 5E 19 166 5E 27
Octal 300 6 14 0 141 136 31 546 136 47
Binary 11000000 110 1100 0 1100001 1011110 11001 101100110 1011110 100111

Color Harmonies of #C0060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0060C

Black with #C0060C

Text Example


Text Example

White with #C0060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0060C; }

 p { color: rgb(192,6,12); }

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

background-color css

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

 a { background-color: rgb(192,6,12); }

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

border-color css

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

 span { border-color: rgb(192,6,12); }

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