Html Css Color HEX #A24014 Rust

📋 copy color: '#A24014'

red 162 ◦ green 64 ◦ blue 20

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

Shades of Rust #A24014

Tints of Rust #A24014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 65.85%
G = 26.02%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A24014 (or 0xA24014) is known color: Rust. HEX triplet: A2, 40 and 14. RGB value is (162,64,20). Sum of RGB (Red+Green+Blue) = 162+64+20=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A24014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24014 is #5DBFEB. Grayscale: #585858. Windows color (decimal): -6143980 or 1327266. OLE color: 1327266.

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

Color convert

RGB 162 64 20 -
CMYK 0 0.60 0.88 0.36
HSL 18.59º 0.78% 0.36% -
HSV(B) 18.59º 0.88% 0.64% -
XYZ 16.86 11.4 1.97 -
YUV 88.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 162 64 20 0 0.60 0.88 0.36 18.59 0.78 0.36
Hex A2 40 14 0 3C 58 24 13 4E 24
Octal 242 100 24 0 74 130 44 23 116 44
Binary 10100010 1000000 10100 0 111100 1011000 100100 10011 1001110 100100

Color Harmonies of #A24014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24014

Black with #A24014

Text Example


Text Example

White with #A24014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24014; }

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

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

background-color css

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

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

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

border-color css

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

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

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