Html Css Color HEX #C9480F Rust

📋 copy color: '#C9480F'

red 201 ◦ green 72 ◦ blue 15

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

Shades of Rust #C9480F

Tints of Rust #C9480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.21%

R = 69.79%
G = 25%
B = 5.21%

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

#C9480F (or 0xC9480F) is known color: Rust. HEX triplet: C9, 48 and 0F. RGB value is (201,72,15). Sum of RGB (Red+Green+Blue) = 201+72+15=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C9480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9480F is #36B7F0. Grayscale: #686868. Windows color (decimal): -3586033 or 1001673. OLE color: 1001673.

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

Color convert

RGB 201 72 15 -
CMYK 0 0.64 0.93 0.21
HSL 18.39º 0.86% 0.42% -
HSV(B) 18.39º 0.93% 0.79% -
XYZ 26.49 17.09 2.35 -
YUV 104.07 77.74 197.13 -
System Red Green Blue C M Y K H S L
Decimal 201 72 15 0 0.64 0.93 0.21 18.39 0.86 0.42
Hex C9 48 F 0 40 5D 15 12 56 2A
Octal 311 110 17 0 100 135 25 22 126 52
Binary 11001001 1001000 1111 0 1000000 1011101 10101 10010 1010110 101010

Color Harmonies of #C9480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9480F

Black with #C9480F

Text Example


Text Example

White with #C9480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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