Html Css Color HEX #C9480D Rust

📋 copy color: '#C9480D'

red 201 ◦ green 72 ◦ blue 13

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

Shades of Rust #C9480D

Tints of Rust #C9480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.17%

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

R = 70.28%
G = 25.17%
B = 4.55%

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

#C9480D (or 0xC9480D) is known color: Rust. HEX triplet: C9, 48 and 0D. RGB value is (201,72,13). Sum of RGB (Red+Green+Blue) = 201+72+13=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C9480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9480D is #36B7F2. Grayscale: #686868. Windows color (decimal): -3586035 or 870601. OLE color: 870601.

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

Color convert

RGB 201 72 13 -
CMYK 0 0.64 0.94 0.21
HSL 18.83º 0.88% 0.42% -
HSV(B) 18.83º 0.94% 0.79% -
XYZ 26.48 17.08 2.28 -
YUV 103.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 201 72 13 0 0.64 0.94 0.21 18.83 0.88 0.42
Hex C9 48 D 0 40 5E 15 13 58 2A
Octal 311 110 15 0 100 136 25 23 130 52
Binary 11001001 1001000 1101 0 1000000 1011110 10101 10011 1011000 101010

Color Harmonies of #C9480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9480D

Black with #C9480D

Text Example


Text Example

White with #C9480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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