Html Css Color HEX #A24512 Rust

📋 copy color: '#A24512'

red 162 ◦ green 69 ◦ blue 18

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

Shades of Rust #A24512

Tints of Rust #A24512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 65.06%
G = 27.71%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A24512 (or 0xA24512) is known color: Rust. HEX triplet: A2, 45 and 12. RGB value is (162,69,18). Sum of RGB (Red+Green+Blue) = 162+69+18=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A24512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24512 is #5DBAED. Grayscale: #5B5B5B. Windows color (decimal): -6142702 or 1197474. OLE color: 1197474.

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

Color convert

RGB 162 69 18 -
CMYK 0 0.57 0.89 0.36
HSL 21.25º 0.8% 0.35% -
HSV(B) 21.25º 0.89% 0.64% -
XYZ 17.14 11.98 1.98 -
YUV 90.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 162 69 18 0 0.57 0.89 0.36 21.25 0.8 0.35
Hex A2 45 12 0 39 59 24 15 50 23
Octal 242 105 22 0 71 131 44 25 120 43
Binary 10100010 1000101 10010 0 111001 1011001 100100 10101 1010000 100011

Color Harmonies of #A24512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24512

Black with #A24512

Text Example


Text Example

White with #A24512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24512; }

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

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

background-color css

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

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

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

border-color css

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

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

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