Html Css Color HEX #A03409 Rust

📋 copy color: '#A03409'

red 160 ◦ green 52 ◦ blue 9

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

Shades of Rust #A03409

Tints of Rust #A03409

RGB

 RED value IS 160 (62.89% from 255) = 72.4%

 GREEN value IS 52 (20.7% from 255) = 23.53%

 BLUE value IS 9 (3.91% from 255) = 4.07%

R = 72.4%
G = 23.53%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A03409 (or 0xA03409) is known color: Rust. HEX triplet: A0, 34 and 09. RGB value is (160,52,9). Sum of RGB (Red+Green+Blue) = 160+52+9=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A03409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03409 is #5FCBF6. Grayscale: #4F4F4F. Windows color (decimal): -6278135 or 603296. OLE color: 603296.

HSL color Cylindrical-coordinate representation of color #A03409: hue angle of 17.09º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A03409 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 52 9 -
CMYK 0 0.68 0.94 0.37
HSL 17.09º 0.89% 0.33% -
HSV(B) 17.09º 0.94% 0.63% -
XYZ 15.77 9.95 1.35 -
YUV 79.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 160 52 9 0 0.68 0.94 0.37 17.09 0.89 0.33
Hex A0 34 9 0 44 5E 25 11 59 21
Octal 240 64 11 0 104 136 45 21 131 41
Binary 10100000 110100 1001 0 1000100 1011110 100101 10001 1011001 100001

Color Harmonies of #A03409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03409

Black with #A03409

Text Example


Text Example

White with #A03409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03409; }

 p { color: rgb(160,52,9); }

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

background-color css

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

 a { background-color: rgb(160,52,9); }

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

border-color css

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

 span { border-color: rgb(160,52,9); }

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