Html Css Color HEX #A24500 Rust

📋 copy color: '#A24500'

red 162 ◦ green 69 ◦ blue 0

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

Shades of Rust #A24500

Tints of Rust #A24500

RGB

 RED value IS 162 (63.67% from 255) = 70.13%

 GREEN value IS 69 (27.34% from 255) = 29.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.13%
G = 29.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A24500 (or 0xA24500) is known color: Rust. HEX triplet: A2, 45 and 00. RGB value is (162,69,0). Sum of RGB (Red+Green+Blue) = 162+69+0=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A24500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24500 is #5DBAFF. Grayscale: #595959. Windows color (decimal): -6142720 or 17826. OLE color: 17826.

HSL color Cylindrical-coordinate representation of color #A24500: hue angle of 25.56º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A24500 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 69 0 -
CMYK 0 0.57 1 0.36
HSL 25.56º 1% 0.32% -
HSV(B) 25.56º 1% 0.64% -
XYZ 17.03 11.94 1.41 -
YUV 88.94 77.81 180.11 -
System Red Green Blue C M Y K H S L
Decimal 162 69 0 0 0.57 1 0.36 25.56 1 0.32
Hex A2 45 0 0 39 64 24 1A 64 20
Octal 242 105 0 0 71 144 44 32 144 40
Binary 10100010 1000101 0 0 111001 1100100 100100 11010 1100100 100000

Color Harmonies of #A24500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24500

Black with #A24500

Text Example


Text Example

White with #A24500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24500; }

 p { color: rgb(162,69,0); }

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

background-color css

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

 a { background-color: rgb(162,69,0); }

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

border-color css

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

 span { border-color: rgb(162,69,0); }

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