Html Css Color HEX #C9490E Rust

📋 copy color: '#C9490E'

red 201 ◦ green 73 ◦ blue 14

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

Shades of Rust #C9490E

Tints of Rust #C9490E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

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

R = 69.79%
G = 25.35%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9490E (or 0xC9490E) is known color: Rust. HEX triplet: C9, 49 and 0E. RGB value is (201,73,14). Sum of RGB (Red+Green+Blue) = 201+73+14=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C9490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9490E is #36B6F1. Grayscale: #686868. Windows color (decimal): -3585778 or 936393. OLE color: 936393.

HSL color Cylindrical-coordinate representation of color #C9490E: hue angle of 18.93º 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 #C9490E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 14 -
CMYK 0 0.64 0.93 0.21
HSL 18.93º 0.87% 0.42% -
HSV(B) 18.93º 0.93% 0.79% -
XYZ 26.55 17.21 2.34 -
YUV 104.55 76.91 196.8 -
System Red Green Blue C M Y K H S L
Decimal 201 73 14 0 0.64 0.93 0.21 18.93 0.87 0.42
Hex C9 49 E 0 40 5D 15 13 57 2A
Octal 311 111 16 0 100 135 25 23 127 52
Binary 11001001 1001001 1110 0 1000000 1011101 10101 10011 1010111 101010

Color Harmonies of #C9490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9490E

Black with #C9490E

Text Example


Text Example

White with #C9490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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