Html Css Color HEX #A24311 Rust

📋 copy color: '#A24311'

red 162 ◦ green 67 ◦ blue 17

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

Shades of Rust #A24311

Tints of Rust #A24311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.24%

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

R = 65.85%
G = 27.24%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A24311 (or 0xA24311) is known color: Rust. HEX triplet: A2, 43 and 11. RGB value is (162,67,17). Sum of RGB (Red+Green+Blue) = 162+67+17=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A24311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24311 is #5DBCEE. Grayscale: #5A5A5A. Windows color (decimal): -6143215 or 1131426. OLE color: 1131426.

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

Color convert

RGB 162 67 17 -
CMYK 0 0.59 0.90 0.36
HSL 20.69º 0.81% 0.35% -
HSV(B) 20.69º 0.9% 0.64% -
XYZ 17.01 11.74 1.9 -
YUV 89.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 162 67 17 0 0.59 0.90 0.36 20.69 0.81 0.35
Hex A2 43 11 0 3B 5A 24 15 51 23
Octal 242 103 21 0 73 132 44 25 121 43
Binary 10100010 1000011 10001 0 111011 1011010 100100 10101 1010001 100011

Color Harmonies of #A24311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24311

Black with #A24311

Text Example


Text Example

White with #A24311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24311; }

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

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

background-color css

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

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

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

border-color css

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

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

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