Html Css Color HEX #C9470E Rust

📋 copy color: '#C9470E'

red 201 ◦ green 71 ◦ blue 14

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

Shades of Rust #C9470E

Tints of Rust #C9470E

RGB

 RED value IS 201 (78.91% from 255) = 70.28%

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

 BLUE value IS 14 (5.86% from 255) = 4.9%

R = 70.28%
G = 24.83%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9470E (or 0xC9470E) is known color: Rust. HEX triplet: C9, 47 and 0E. RGB value is (201,71,14). Sum of RGB (Red+Green+Blue) = 201+71+14=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C9470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9470E is #36B8F1. Grayscale: #676767. Windows color (decimal): -3586290 or 935881. OLE color: 935881.

HSL color Cylindrical-coordinate representation of color #C9470E: hue angle of 18.29º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9470E is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 14 -
CMYK 0 0.65 0.93 0.21
HSL 18.29º 0.87% 0.42% -
HSV(B) 18.29º 0.93% 0.79% -
XYZ 26.42 16.96 2.3 -
YUV 103.37 77.57 197.63 -
System Red Green Blue C M Y K H S L
Decimal 201 71 14 0 0.65 0.93 0.21 18.29 0.87 0.42
Hex C9 47 E 0 41 5D 15 12 57 2A
Octal 311 107 16 0 101 135 25 22 127 52
Binary 11001001 1000111 1110 0 1000001 1011101 10101 10010 1010111 101010

Color Harmonies of #C9470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9470E

Black with #C9470E

Text Example


Text Example

White with #C9470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9470E; }

 p { color: rgb(201,71,14); }

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

background-color css

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

 a { background-color: rgb(201,71,14); }

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

border-color css

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

 span { border-color: rgb(201,71,14); }

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