Html Css Color HEX #A03F09 Rust

📋 copy color: '#A03F09'

red 160 ◦ green 63 ◦ blue 9

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

Shades of Rust #A03F09

Tints of Rust #A03F09

RGB

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

 GREEN value IS 63 (25% from 255) = 27.16%

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

R = 68.97%
G = 27.16%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A03F09 (or 0xA03F09) is known color: Rust. HEX triplet: A0, 3F and 09. RGB value is (160,63,9). Sum of RGB (Red+Green+Blue) = 160+63+9=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03F09 is #5FC0F6. Grayscale: #565656. Windows color (decimal): -6275319 or 606112. OLE color: 606112.

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

Color convert

RGB 160 63 9 -
CMYK 0 0.61 0.94 0.37
HSL 21.46º 0.89% 0.33% -
HSV(B) 21.46º 0.94% 0.63% -
XYZ 16.32 11.05 1.53 -
YUV 85.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 160 63 9 0 0.61 0.94 0.37 21.46 0.89 0.33
Hex A0 3F 9 0 3D 5E 25 15 59 21
Octal 240 77 11 0 75 136 45 25 131 41
Binary 10100000 111111 1001 0 111101 1011110 100101 10101 1011001 100001

Color Harmonies of #A03F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03F09

Black with #A03F09

Text Example


Text Example

White with #A03F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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