Html Css Color HEX #C9460F Rust

📋 copy color: '#C9460F'

red 201 ◦ green 70 ◦ blue 15

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

Shades of Rust #C9460F

Tints of Rust #C9460F

RGB

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

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

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

R = 70.28%
G = 24.48%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9460F (or 0xC9460F) is known color: Rust. HEX triplet: C9, 46 and 0F. RGB value is (201,70,15). Sum of RGB (Red+Green+Blue) = 201+70+15=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C9460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9460F is #36B9F0. Grayscale: #676767. Windows color (decimal): -3586545 or 1001161. OLE color: 1001161.

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

Color convert

RGB 201 70 15 -
CMYK 0 0.65 0.93 0.21
HSL 17.74º 0.86% 0.42% -
HSV(B) 17.74º 0.93% 0.79% -
XYZ 26.36 16.83 2.31 -
YUV 102.9 78.4 197.97 -
System Red Green Blue C M Y K H S L
Decimal 201 70 15 0 0.65 0.93 0.21 17.74 0.86 0.42
Hex C9 46 F 0 41 5D 15 12 56 2A
Octal 311 106 17 0 101 135 25 22 126 52
Binary 11001001 1000110 1111 0 1000001 1011101 10101 10010 1010110 101010

Color Harmonies of #C9460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9460F

Black with #C9460F

Text Example


Text Example

White with #C9460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9460F; }

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

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

background-color css

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

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

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

border-color css

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

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

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