Html Css Color HEX #A24015 Rust

📋 copy color: '#A24015'

red 162 ◦ green 64 ◦ blue 21

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

Shades of Rust #A24015

Tints of Rust #A24015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 65.59%
G = 25.91%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A24015 (or 0xA24015) is known color: Rust. HEX triplet: A2, 40 and 15. RGB value is (162,64,21). Sum of RGB (Red+Green+Blue) = 162+64+21=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A24015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24015 is #5DBFEA. Grayscale: #585858. Windows color (decimal): -6143979 or 1392802. OLE color: 1392802.

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

Color convert

RGB 162 64 21 -
CMYK 0 0.60 0.87 0.36
HSL 18.3º 0.77% 0.36% -
HSV(B) 18.3º 0.87% 0.64% -
XYZ 16.87 11.4 2.02 -
YUV 88.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 162 64 21 0 0.60 0.87 0.36 18.3 0.77 0.36
Hex A2 40 15 0 3C 57 24 12 4D 24
Octal 242 100 25 0 74 127 44 22 115 44
Binary 10100010 1000000 10101 0 111100 1010111 100100 10010 1001101 100100

Color Harmonies of #A24015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24015

Black with #A24015

Text Example


Text Example

White with #A24015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24015; }

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

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

background-color css

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

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

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

border-color css

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

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

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