Html Css Color HEX #A24610 Rust

📋 copy color: '#A24610'

red 162 ◦ green 70 ◦ blue 16

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

Shades of Rust #A24610

Tints of Rust #A24610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 65.32%
G = 28.23%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A24610 (or 0xA24610) is known color: Rust. HEX triplet: A2, 46 and 10. RGB value is (162,70,16). Sum of RGB (Red+Green+Blue) = 162+70+16=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A24610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24610 is #5DB9EF. Grayscale: #5B5B5B. Windows color (decimal): -6142448 or 1066658. OLE color: 1066658.

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

Color convert

RGB 162 70 16 -
CMYK 0 0.57 0.90 0.36
HSL 22.19º 0.82% 0.35% -
HSV(B) 22.19º 0.9% 0.64% -
XYZ 17.18 12.1 1.92 -
YUV 91.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 162 70 16 0 0.57 0.90 0.36 22.19 0.82 0.35
Hex A2 46 10 0 39 5A 24 16 52 23
Octal 242 106 20 0 71 132 44 26 122 43
Binary 10100010 1000110 10000 0 111001 1011010 100100 10110 1010010 100011

Color Harmonies of #A24610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24610

Black with #A24610

Text Example


Text Example

White with #A24610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24610; }

 p { color: rgb(162,70,16); }

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

background-color css

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

 a { background-color: rgb(162,70,16); }

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

border-color css

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

 span { border-color: rgb(162,70,16); }

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