Html Css Color HEX #C14716 Rust

📋 copy color: '#C14716'

red 193 ◦ green 71 ◦ blue 22

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

Shades of Rust #C14716

Tints of Rust #C14716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

 BLUE value IS 22 (8.98% from 255) = 7.69%

R = 67.48%
G = 24.83%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C14716 (or 0xC14716) is known color: Rust. HEX triplet: C1, 47 and 16. RGB value is (193,71,22). Sum of RGB (Red+Green+Blue) = 193+71+22=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C14716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14716 is #3EB8E9. Grayscale: #666666. Windows color (decimal): -4110570 or 1460161. OLE color: 1460161.

HSL color Cylindrical-coordinate representation of color #C14716: hue angle of 17.19º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C14716 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 71 22 -
CMYK 0 0.63 0.89 0.24
HSL 17.19º 0.8% 0.42% -
HSV(B) 17.19º 0.89% 0.76% -
XYZ 24.39 15.9 2.54 -
YUV 101.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 193 71 22 0 0.63 0.89 0.24 17.19 0.8 0.42
Hex C1 47 16 0 3F 59 18 11 50 2A
Octal 301 107 26 0 77 131 30 21 120 52
Binary 11000001 1000111 10110 0 111111 1011001 11000 10001 1010000 101010

Color Harmonies of #C14716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14716

Black with #C14716

Text Example


Text Example

White with #C14716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14716; }

 p { color: rgb(193,71,22); }

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

background-color css

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

 a { background-color: rgb(193,71,22); }

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

border-color css

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

 span { border-color: rgb(193,71,22); }

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