Html Css Color HEX #C1060C Venetian Red

📋 copy color: '#C1060C'

red 193 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #C1060C

Tints of Venetian Red #C1060C

RGB

 RED value IS 193 (75.78% from 255) = 91.47%

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

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

R = 91.47%
G = 2.84%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1060C (or 0xC1060C) is known color: Venetian Red. HEX triplet: C1, 06 and 0C. RGB value is (193,6,12). Sum of RGB (Red+Green+Blue) = 193+6+12=211 (27% of max value = 765). Red value is 193 (75.78% from 255 or 91.47% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 193 - color contains mainly: red. Hex color #C1060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1060C is #3EF9F3. Grayscale: #3E3E3E. Windows color (decimal): -4127220 or 788161. OLE color: 788161.

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

Color convert

RGB 193 6 12 -
CMYK 0 0.97 0.94 0.24
HSL 358.07º 0.94% 0.39% -
HSV(B) 358.07º 0.97% 0.76% -
XYZ 22.12 11.49 1.4 -
YUV 62.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 193 6 12 0 0.97 0.94 0.24 358.07 0.94 0.39
Hex C1 6 C 0 61 5E 18 166 5E 27
Octal 301 6 14 0 141 136 30 546 136 47
Binary 11000001 110 1100 0 1100001 1011110 11000 101100110 1011110 100111

Color Harmonies of #C1060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1060C

Black with #C1060C

Text Example


Text Example

White with #C1060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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