Html Css Color HEX #A24402 Rust

📋 copy color: '#A24402'

red 162 ◦ green 68 ◦ blue 2

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

Shades of Rust #A24402

Tints of Rust #A24402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

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

R = 69.83%
G = 29.31%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A24402 (or 0xA24402) is known color: Rust. HEX triplet: A2, 44 and 02. RGB value is (162,68,2). Sum of RGB (Red+Green+Blue) = 162+68+2=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A24402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24402 is #5DBBFD. Grayscale: #585858. Windows color (decimal): -6142974 or 148642. OLE color: 148642.

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

Color convert

RGB 162 68 2 -
CMYK 0 0.58 0.99 0.36
HSL 24.75º 0.98% 0.32% -
HSV(B) 24.75º 0.99% 0.64% -
XYZ 16.98 11.82 1.44 -
YUV 88.58 79.14 180.37 -
System Red Green Blue C M Y K H S L
Decimal 162 68 2 0 0.58 0.99 0.36 24.75 0.98 0.32
Hex A2 44 2 0 3A 63 24 19 62 20
Octal 242 104 2 0 72 143 44 31 142 40
Binary 10100010 1000100 10 0 111010 1100011 100100 11001 1100010 100000

Color Harmonies of #A24402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24402

Black with #A24402

Text Example


Text Example

White with #A24402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24402; }

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

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

background-color css

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

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

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

border-color css

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

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

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