Html Css Color HEX #A24601 Rust

📋 copy color: '#A24601'

red 162 ◦ green 70 ◦ blue 1

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

Shades of Rust #A24601

Tints of Rust #A24601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

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

R = 69.53%
G = 30.04%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A24601 (or 0xA24601) is known color: Rust. HEX triplet: A2, 46 and 01. RGB value is (162,70,1). Sum of RGB (Red+Green+Blue) = 162+70+1=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A24601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24601 is #5DB9FE. Grayscale: #5A5A5A. Windows color (decimal): -6142463 or 83618. OLE color: 83618.

HSL color Cylindrical-coordinate representation of color #A24601: hue angle of 25.71º 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 #A24601 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 70 1 -
CMYK 0 0.57 0.99 0.36
HSL 25.71º 0.99% 0.32% -
HSV(B) 25.71º 0.99% 0.64% -
XYZ 17.1 12.06 1.46 -
YUV 89.64 77.98 179.61 -
System Red Green Blue C M Y K H S L
Decimal 162 70 1 0 0.57 0.99 0.36 25.71 0.99 0.32
Hex A2 46 1 0 39 63 24 1A 63 20
Octal 242 106 1 0 71 143 44 32 143 40
Binary 10100010 1000110 1 0 111001 1100011 100100 11010 1100011 100000

Color Harmonies of #A24601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24601

Black with #A24601

Text Example


Text Example

White with #A24601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24601; }

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

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

background-color css

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

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

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

border-color css

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

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

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