Html Css Color HEX #A24800 Rust

📋 copy color: '#A24800'

red 162 ◦ green 72 ◦ blue 0

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

Shades of Rust #A24800

Tints of Rust #A24800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

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

R = 69.23%
G = 30.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A24800 (or 0xA24800) is known color: Rust. HEX triplet: A2, 48 and 00. RGB value is (162,72,0). Sum of RGB (Red+Green+Blue) = 162+72+0=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A24800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24800 is #5DB7FF. Grayscale: #5B5B5B. Windows color (decimal): -6141952 or 18594. OLE color: 18594.

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

Color convert

RGB 162 72 0 -
CMYK 0 0.56 1 0.36
HSL 26.67º 1% 0.32% -
HSV(B) 26.67º 1% 0.64% -
XYZ 17.22 12.32 1.47 -
YUV 90.7 76.82 178.85 -
System Red Green Blue C M Y K H S L
Decimal 162 72 0 0 0.56 1 0.36 26.67 1 0.32
Hex A2 48 0 0 38 64 24 1B 64 20
Octal 242 110 0 0 70 144 44 33 144 40
Binary 10100010 1001000 0 0 111000 1100100 100100 11011 1100100 100000

Color Harmonies of #A24800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24800

Black with #A24800

Text Example


Text Example

White with #A24800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24800; }

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

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

background-color css

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

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

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

border-color css

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

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

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