Html Css Color HEX #C6080C Venetian Red

📋 copy color: '#C6080C'

red 198 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #C6080C

Tints of Venetian Red #C6080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

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

R = 90.83%
G = 3.67%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6080C (or 0xC6080C) is known color: Venetian Red. HEX triplet: C6, 08 and 0C. RGB value is (198,8,12). Sum of RGB (Red+Green+Blue) = 198+8+12=218 (28% of max value = 765). Red value is 198 (77.73% from 255 or 90.83% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 198 - color contains mainly: red. Hex color #C6080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6080C is #39F7F3. Grayscale: #414141. Windows color (decimal): -3799028 or 788678. OLE color: 788678.

HSL color Cylindrical-coordinate representation of color #C6080C: hue angle of 358.74º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6080C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 8 12 -
CMYK 0 0.96 0.94 0.22
HSL 358.74º 0.92% 0.4% -
HSV(B) 358.74º 0.96% 0.78% -
XYZ 23.44 12.21 1.47 -
YUV 65.27 97.95 222.67 -
System Red Green Blue C M Y K H S L
Decimal 198 8 12 0 0.96 0.94 0.22 358.74 0.92 0.4
Hex C6 8 C 0 60 5E 16 167 5C 28
Octal 306 10 14 0 140 136 26 547 134 50
Binary 11000110 1000 1100 0 1100000 1011110 10110 101100111 1011100 101000

Color Harmonies of #C6080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6080C

Black with #C6080C

Text Example


Text Example

White with #C6080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6080C; }

 p { color: rgb(198,8,12); }

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

background-color css

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

 a { background-color: rgb(198,8,12); }

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

border-color css

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

 span { border-color: rgb(198,8,12); }

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