Html Css Color HEX #C9460D Rust

📋 copy color: '#C9460D'

red 201 ◦ green 70 ◦ blue 13

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

Shades of Rust #C9460D

Tints of Rust #C9460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

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

R = 70.77%
G = 24.65%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9460D (or 0xC9460D) is known color: Rust. HEX triplet: C9, 46 and 0D. RGB value is (201,70,13). Sum of RGB (Red+Green+Blue) = 201+70+13=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9460D is #36B9F2. Grayscale: #676767. Windows color (decimal): -3586547 or 870089. OLE color: 870089.

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

Color convert

RGB 201 70 13 -
CMYK 0 0.65 0.94 0.21
HSL 18.19º 0.88% 0.42% -
HSV(B) 18.19º 0.94% 0.79% -
XYZ 26.35 16.83 2.24 -
YUV 102.67 77.4 198.13 -
System Red Green Blue C M Y K H S L
Decimal 201 70 13 0 0.65 0.94 0.21 18.19 0.88 0.42
Hex C9 46 D 0 41 5E 15 12 58 2A
Octal 311 106 15 0 101 136 25 22 130 52
Binary 11001001 1000110 1101 0 1000001 1011110 10101 10010 1011000 101010

Color Harmonies of #C9460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9460D

Black with #C9460D

Text Example


Text Example

White with #C9460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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