Html Css Color HEX #A24100 Rust

📋 copy color: '#A24100'

red 162 ◦ green 65 ◦ blue 0

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

Shades of Rust #A24100

Tints of Rust #A24100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.37%
G = 28.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A24100 (or 0xA24100) is known color: Rust. HEX triplet: A2, 41 and 00. RGB value is (162,65,0). Sum of RGB (Red+Green+Blue) = 162+65+0=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A24100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24100 is #5DBEFF. Grayscale: #565656. Windows color (decimal): -6143744 or 16802. OLE color: 16802.

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

Color convert

RGB 162 65 0 -
CMYK 0 0.60 1 0.36
HSL 24.07º 1% 0.32% -
HSV(B) 24.07º 1% 0.64% -
XYZ 16.79 11.46 1.33 -
YUV 86.59 79.14 181.79 -
System Red Green Blue C M Y K H S L
Decimal 162 65 0 0 0.60 1 0.36 24.07 1 0.32
Hex A2 41 0 0 3C 64 24 18 64 20
Octal 242 101 0 0 74 144 44 30 144 40
Binary 10100010 1000001 0 0 111100 1100100 100100 11000 1100100 100000

Color Harmonies of #A24100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24100

Black with #A24100

Text Example


Text Example

White with #A24100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24100; }

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

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

background-color css

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

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

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

border-color css

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

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

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