Html Css Color HEX #A24001 Rust

📋 copy color: '#A24001'

red 162 ◦ green 64 ◦ blue 1

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

Shades of Rust #A24001

Tints of Rust #A24001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 71.37%
G = 28.19%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A24001 (or 0xA24001) is known color: Rust. HEX triplet: A2, 40 and 01. RGB value is (162,64,1). Sum of RGB (Red+Green+Blue) = 162+64+1=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A24001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24001 is #5DBFFE. Grayscale: #565656. Windows color (decimal): -6143999 or 82082. OLE color: 82082.

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

Color convert

RGB 162 64 1 -
CMYK 0 0.60 0.99 0.36
HSL 23.48º 0.99% 0.32% -
HSV(B) 23.48º 0.99% 0.64% -
XYZ 16.74 11.35 1.34 -
YUV 86.12 79.97 182.12 -
System Red Green Blue C M Y K H S L
Decimal 162 64 1 0 0.60 0.99 0.36 23.48 0.99 0.32
Hex A2 40 1 0 3C 63 24 17 63 20
Octal 242 100 1 0 74 143 44 27 143 40
Binary 10100010 1000000 1 0 111100 1100011 100100 10111 1100011 100000

Color Harmonies of #A24001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24001

Black with #A24001

Text Example


Text Example

White with #A24001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24001; }

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

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

background-color css

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

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

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

border-color css

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

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

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