Html Css Color HEX #C6050C Venetian Red

📋 copy color: '#C6050C'

red 198 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #C6050C

Tints of Venetian Red #C6050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

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

R = 92.09%
G = 2.33%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6050C (or 0xC6050C) is known color: Venetian Red. HEX triplet: C6, 05 and 0C. RGB value is (198,5,12). Sum of RGB (Red+Green+Blue) = 198+5+12=215 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.09% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 198 - color contains mainly: red. Hex color #C6050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6050C is #39FAF3. Grayscale: #3F3F3F. Windows color (decimal): -3799796 or 787910. OLE color: 787910.

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

Color convert

RGB 198 5 12 -
CMYK 0 0.97 0.94 0.22
HSL 357.82º 0.95% 0.4% -
HSV(B) 357.82º 0.97% 0.78% -
XYZ 23.41 12.14 1.46 -
YUV 63.51 98.94 223.93 -
System Red Green Blue C M Y K H S L
Decimal 198 5 12 0 0.97 0.94 0.22 357.82 0.95 0.4
Hex C6 5 C 0 61 5E 16 166 5F 28
Octal 306 5 14 0 141 136 26 546 137 50
Binary 11000110 101 1100 0 1100001 1011110 10110 101100110 1011111 101000

Color Harmonies of #C6050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6050C

Black with #C6050C

Text Example


Text Example

White with #C6050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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