Html Css Color HEX #A24011 Rust

📋 copy color: '#A24011'

red 162 ◦ green 64 ◦ blue 17

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

Shades of Rust #A24011

Tints of Rust #A24011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

 BLUE value IS 17 (7.03% from 255) = 7%

R = 66.67%
G = 26.34%
B = 7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A24011 (or 0xA24011) is known color: Rust. HEX triplet: A2, 40 and 11. RGB value is (162,64,17). Sum of RGB (Red+Green+Blue) = 162+64+17=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A24011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24011 is #5DBFEE. Grayscale: #585858. Windows color (decimal): -6143983 or 1130658. OLE color: 1130658.

HSL color Cylindrical-coordinate representation of color #A24011: hue angle of 19.45º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A24011 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 64 17 -
CMYK 0 0.60 0.90 0.36
HSL 19.45º 0.81% 0.35% -
HSV(B) 19.45º 0.9% 0.64% -
XYZ 16.83 11.39 1.84 -
YUV 87.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 162 64 17 0 0.60 0.90 0.36 19.45 0.81 0.35
Hex A2 40 11 0 3C 5A 24 13 51 23
Octal 242 100 21 0 74 132 44 23 121 43
Binary 10100010 1000000 10001 0 111100 1011010 100100 10011 1010001 100011

Color Harmonies of #A24011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24011

Black with #A24011

Text Example


Text Example

White with #A24011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24011; }

 p { color: rgb(162,64,17); }

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

background-color css

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

 a { background-color: rgb(162,64,17); }

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

border-color css

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

 span { border-color: rgb(162,64,17); }

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