Html Css Color HEX #A24110 Rust

📋 copy color: '#A24110'

red 162 ◦ green 65 ◦ blue 16

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

Shades of Rust #A24110

Tints of Rust #A24110

RGB

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

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

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

R = 66.67%
G = 26.75%
B = 6.58%

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

#A24110 (or 0xA24110) is known color: Rust. HEX triplet: A2, 41 and 10. RGB value is (162,65,16). Sum of RGB (Red+Green+Blue) = 162+65+16=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A24110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24110 is #5DBEEF. Grayscale: #585858. Windows color (decimal): -6143728 or 1065378. OLE color: 1065378.

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

Color convert

RGB 162 65 16 -
CMYK 0 0.60 0.90 0.36
HSL 20.14º 0.82% 0.35% -
HSV(B) 20.14º 0.9% 0.64% -
XYZ 16.88 11.5 1.82 -
YUV 88.42 87.14 180.48 -
System Red Green Blue C M Y K H S L
Decimal 162 65 16 0 0.60 0.90 0.36 20.14 0.82 0.35
Hex A2 41 10 0 3C 5A 24 14 52 23
Octal 242 101 20 0 74 132 44 24 122 43
Binary 10100010 1000001 10000 0 111100 1011010 100100 10100 1010010 100011

Color Harmonies of #A24110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24110

Black with #A24110

Text Example


Text Example

White with #A24110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24110; }

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

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

background-color css

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

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

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

border-color css

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

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

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