Html Css Color HEX #C14709 Rust

📋 copy color: '#C14709'

red 193 ◦ green 71 ◦ blue 9

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

Shades of Rust #C14709

Tints of Rust #C14709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.3%

R = 70.7%
G = 26.01%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C14709 (or 0xC14709) is known color: Rust. HEX triplet: C1, 47 and 09. RGB value is (193,71,9). Sum of RGB (Red+Green+Blue) = 193+71+9=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C14709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14709 is #3EB8F6. Grayscale: #646464. Windows color (decimal): -4110583 or 608193. OLE color: 608193.

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

Color convert

RGB 193 71 9 -
CMYK 0 0.63 0.95 0.24
HSL 20.22º 0.91% 0.4% -
HSV(B) 20.22º 0.95% 0.76% -
XYZ 24.29 15.86 2.04 -
YUV 100.41 76.42 194.04 -
System Red Green Blue C M Y K H S L
Decimal 193 71 9 0 0.63 0.95 0.24 20.22 0.91 0.4
Hex C1 47 9 0 3F 5F 18 14 5B 28
Octal 301 107 11 0 77 137 30 24 133 50
Binary 11000001 1000111 1001 0 111111 1011111 11000 10100 1011011 101000

Color Harmonies of #C14709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14709

Black with #C14709

Text Example


Text Example

White with #C14709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14709; }

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

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

background-color css

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

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

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

border-color css

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

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

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