Html Css Color HEX #A24902 Rust

📋 copy color: '#A24902'

red 162 ◦ green 73 ◦ blue 2

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

Shades of Rust #A24902

Tints of Rust #A24902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.8%

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 68.35%
G = 30.8%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A24902 (or 0xA24902) is known color: Rust. HEX triplet: A2, 49 and 02. RGB value is (162,73,2). Sum of RGB (Red+Green+Blue) = 162+73+2=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A24902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24902 is #5DB6FD. Grayscale: #5B5B5B. Windows color (decimal): -6141694 or 149922. OLE color: 149922.

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

Color convert

RGB 162 73 2 -
CMYK 0 0.55 0.99 0.36
HSL 26.63º 0.98% 0.32% -
HSV(B) 26.63º 0.99% 0.64% -
XYZ 17.29 12.45 1.55 -
YUV 91.52 77.49 178.27 -
System Red Green Blue C M Y K H S L
Decimal 162 73 2 0 0.55 0.99 0.36 26.63 0.98 0.32
Hex A2 49 2 0 37 63 24 1B 62 20
Octal 242 111 2 0 67 143 44 33 142 40
Binary 10100010 1001001 10 0 110111 1100011 100100 11011 1100010 100000

Color Harmonies of #A24902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24902

Black with #A24902

Text Example


Text Example

White with #A24902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24902; }

 p { color: rgb(162,73,2); }

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

background-color css

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

 a { background-color: rgb(162,73,2); }

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

border-color css

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

 span { border-color: rgb(162,73,2); }

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