Html Css Color HEX #C0060A Venetian Red

📋 copy color: '#C0060A'

red 192 ◦ green 6 ◦ blue 10

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

Shades of Venetian Red #C0060A

Tints of Venetian Red #C0060A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.81%

R = 92.31%
G = 2.88%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0060A (or 0xC0060A) is known color: Venetian Red. HEX triplet: C0, 06 and 0A. RGB value is (192,6,10). Sum of RGB (Red+Green+Blue) = 192+6+10=208 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.31% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 192 - color contains mainly: red. Hex color #C0060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0060A is #3FF9F5. Grayscale: #3E3E3E. Windows color (decimal): -4192758 or 657088. OLE color: 657088.

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

Color convert

RGB 192 6 10 -
CMYK 0 0.97 0.95 0.25
HSL 358.71º 0.94% 0.39% -
HSV(B) 358.71º 0.97% 0.75% -
XYZ 21.86 11.36 1.33 -
YUV 62.07 98.62 220.67 -
System Red Green Blue C M Y K H S L
Decimal 192 6 10 0 0.97 0.95 0.25 358.71 0.94 0.39
Hex C0 6 A 0 61 5F 19 167 5E 27
Octal 300 6 12 0 141 137 31 547 136 47
Binary 11000000 110 1010 0 1100001 1011111 11001 101100111 1011110 100111

Color Harmonies of #C0060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0060A

Black with #C0060A

Text Example


Text Example

White with #C0060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0060A; }

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

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

background-color css

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

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

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

border-color css

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

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

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