Html Css Color HEX #A24116 Rust

📋 copy color: '#A24116'

red 162 ◦ green 65 ◦ blue 22

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

Shades of Rust #A24116

Tints of Rust #A24116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

 BLUE value IS 22 (8.98% from 255) = 8.84%

R = 65.06%
G = 26.1%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A24116 (or 0xA24116) is known color: Rust. HEX triplet: A2, 41 and 16. RGB value is (162,65,22). Sum of RGB (Red+Green+Blue) = 162+65+22=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A24116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24116 is #5DBEE9. Grayscale: #595959. Windows color (decimal): -6143722 or 1458594. OLE color: 1458594.

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

Color convert

RGB 162 65 22 -
CMYK 0 0.60 0.86 0.36
HSL 18.43º 0.76% 0.36% -
HSV(B) 18.43º 0.86% 0.64% -
XYZ 16.94 11.52 2.09 -
YUV 89.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 162 65 22 0 0.60 0.86 0.36 18.43 0.76 0.36
Hex A2 41 16 0 3C 56 24 12 4C 24
Octal 242 101 26 0 74 126 44 22 114 44
Binary 10100010 1000001 10110 0 111100 1010110 100100 10010 1001100 100100

Color Harmonies of #A24116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24116

Black with #A24116

Text Example


Text Example

White with #A24116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24116; }

 p { color: rgb(162,65,22); }

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

background-color css

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

 a { background-color: rgb(162,65,22); }

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

border-color css

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

 span { border-color: rgb(162,65,22); }

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