Html Css Color HEX #C9490D Rust

📋 copy color: '#C9490D'

red 201 ◦ green 73 ◦ blue 13

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

Shades of Rust #C9490D

Tints of Rust #C9490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.53%

R = 70.03%
G = 25.44%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9490D (or 0xC9490D) is known color: Rust. HEX triplet: C9, 49 and 0D. RGB value is (201,73,13). Sum of RGB (Red+Green+Blue) = 201+73+13=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C9490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9490D is #36B6F2. Grayscale: #686868. Windows color (decimal): -3585779 or 870857. OLE color: 870857.

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

Color convert

RGB 201 73 13 -
CMYK 0 0.64 0.94 0.21
HSL 19.15º 0.88% 0.42% -
HSV(B) 19.15º 0.94% 0.79% -
XYZ 26.54 17.21 2.3 -
YUV 104.43 76.41 196.88 -
System Red Green Blue C M Y K H S L
Decimal 201 73 13 0 0.64 0.94 0.21 19.15 0.88 0.42
Hex C9 49 D 0 40 5E 15 13 58 2A
Octal 311 111 15 0 100 136 25 23 130 52
Binary 11001001 1001001 1101 0 1000000 1011110 10101 10011 1011000 101010

Color Harmonies of #C9490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9490D

Black with #C9490D

Text Example


Text Example

White with #C9490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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