Html Css Color HEX #C14611 Rust

📋 copy color: '#C14611'

red 193 ◦ green 70 ◦ blue 17

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

Shades of Rust #C14611

Tints of Rust #C14611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

 BLUE value IS 17 (7.03% from 255) = 6.07%

R = 68.93%
G = 25%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C14611 (or 0xC14611) is known color: Rust. HEX triplet: C1, 46 and 11. RGB value is (193,70,17). Sum of RGB (Red+Green+Blue) = 193+70+17=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C14611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14611 is #3EB9EE. Grayscale: #656565. Windows color (decimal): -4110831 or 1132225. OLE color: 1132225.

HSL color Cylindrical-coordinate representation of color #C14611: hue angle of 18.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C14611 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 70 17 -
CMYK 0 0.64 0.91 0.24
HSL 18.07º 0.84% 0.41% -
HSV(B) 18.07º 0.91% 0.76% -
XYZ 24.28 15.76 2.29 -
YUV 100.74 80.75 193.81 -
System Red Green Blue C M Y K H S L
Decimal 193 70 17 0 0.64 0.91 0.24 18.07 0.84 0.41
Hex C1 46 11 0 40 5B 18 12 54 29
Octal 301 106 21 0 100 133 30 22 124 51
Binary 11000001 1000110 10001 0 1000000 1011011 11000 10010 1010100 101001

Color Harmonies of #C14611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14611

Black with #C14611

Text Example


Text Example

White with #C14611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14611; }

 p { color: rgb(193,70,17); }

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

background-color css

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

 a { background-color: rgb(193,70,17); }

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

border-color css

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

 span { border-color: rgb(193,70,17); }

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