Html Css Color HEX #A24900 Rust

📋 copy color: '#A24900'

red 162 ◦ green 73 ◦ blue 0

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

Shades of Rust #A24900

Tints of Rust #A24900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.06%

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

R = 68.94%
G = 31.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A24900 (or 0xA24900) is known color: Rust. HEX triplet: A2, 49 and 00. RGB value is (162,73,0). Sum of RGB (Red+Green+Blue) = 162+73+0=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A24900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24900 is #5DB6FF. Grayscale: #5B5B5B. Windows color (decimal): -6141696 or 18850. OLE color: 18850.

HSL color Cylindrical-coordinate representation of color #A24900: hue angle of 27.04º 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 #A24900 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 73 0 -
CMYK 0 0.55 1 0.36
HSL 27.04º 1% 0.32% -
HSV(B) 27.04º 1% 0.64% -
XYZ 17.28 12.45 1.49 -
YUV 91.29 76.49 178.44 -
System Red Green Blue C M Y K H S L
Decimal 162 73 0 0 0.55 1 0.36 27.04 1 0.32
Hex A2 49 0 0 37 64 24 1B 64 20
Octal 242 111 0 0 67 144 44 33 144 40
Binary 10100010 1001001 0 0 110111 1100100 100100 11011 1100100 100000

Color Harmonies of #A24900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24900

Black with #A24900

Text Example


Text Example

White with #A24900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24900; }

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

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

background-color css

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

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

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

border-color css

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

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

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