Html Css Color HEX #A24013 Rust

📋 copy color: '#A24013'

red 162 ◦ green 64 ◦ blue 19

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

Shades of Rust #A24013

Tints of Rust #A24013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 66.12%
G = 26.12%
B = 7.76%

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

#A24013 (or 0xA24013) is known color: Rust. HEX triplet: A2, 40 and 13. RGB value is (162,64,19). Sum of RGB (Red+Green+Blue) = 162+64+19=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A24013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24013 is #5DBFEC. Grayscale: #585858. Windows color (decimal): -6143981 or 1261730. OLE color: 1261730.

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

Color convert

RGB 162 64 19 -
CMYK 0 0.60 0.88 0.36
HSL 18.88º 0.79% 0.35% -
HSV(B) 18.88º 0.88% 0.64% -
XYZ 16.85 11.4 1.93 -
YUV 88.17 88.97 180.66 -
System Red Green Blue C M Y K H S L
Decimal 162 64 19 0 0.60 0.88 0.36 18.88 0.79 0.35
Hex A2 40 13 0 3C 58 24 13 4F 23
Octal 242 100 23 0 74 130 44 23 117 43
Binary 10100010 1000000 10011 0 111100 1011000 100100 10011 1001111 100011

Color Harmonies of #A24013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24013

Black with #A24013

Text Example


Text Example

White with #A24013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24013; }

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

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

background-color css

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

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

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

border-color css

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

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

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