Html Css Color HEX #C1060B Venetian Red

📋 copy color: '#C1060B'

red 193 ◦ green 6 ◦ blue 11

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

Shades of Venetian Red #C1060B

Tints of Venetian Red #C1060B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.24%

R = 91.9%
G = 2.86%
B = 5.24%

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

#C1060B (or 0xC1060B) is known color: Venetian Red. HEX triplet: C1, 06 and 0B. RGB value is (193,6,11). Sum of RGB (Red+Green+Blue) = 193+6+11=210 (27% of max value = 765). Red value is 193 (75.78% from 255 or 91.90% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 193 - color contains mainly: red. Hex color #C1060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1060B is #3EF9F4. Grayscale: #3E3E3E. Windows color (decimal): -4127221 or 722625. OLE color: 722625.

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

Color convert

RGB 193 6 11 -
CMYK 0 0.97 0.94 0.24
HSL 358.4º 0.94% 0.39% -
HSV(B) 358.4º 0.97% 0.76% -
XYZ 22.12 11.49 1.37 -
YUV 62.48 98.95 221.09 -
System Red Green Blue C M Y K H S L
Decimal 193 6 11 0 0.97 0.94 0.24 358.4 0.94 0.39
Hex C1 6 B 0 61 5E 18 166 5E 27
Octal 301 6 13 0 141 136 30 546 136 47
Binary 11000001 110 1011 0 1100001 1011110 11000 101100110 1011110 100111

Color Harmonies of #C1060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1060B

Black with #C1060B

Text Example


Text Example

White with #C1060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1060B; }

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

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

background-color css

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

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

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

border-color css

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

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

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