Html Css Color HEX #A44902 Rust

📋 copy color: '#A44902'

red 164 ◦ green 73 ◦ blue 2

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

Shades of Rust #A44902

Tints of Rust #A44902

RGB

 RED value IS 164 (64.45% from 255) = 68.62%

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

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

R = 68.62%
G = 30.54%
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

#A44902 (or 0xA44902) is known color: Rust. HEX triplet: A4, 49 and 02. RGB value is (164,73,2). Sum of RGB (Red+Green+Blue) = 164+73+2=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A44902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44902 is #5BB6FD. Grayscale: #5C5C5C. Windows color (decimal): -6010622 or 149924. OLE color: 149924.

HSL color Cylindrical-coordinate representation of color #A44902: hue angle of 26.3º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A44902 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 2 -
CMYK 0 0.55 0.99 0.36
HSL 26.3º 0.98% 0.33% -
HSV(B) 26.3º 0.99% 0.64% -
XYZ 17.7 12.66 1.57 -
YUV 92.12 77.15 179.27 -
System Red Green Blue C M Y K H S L
Decimal 164 73 2 0 0.55 0.99 0.36 26.3 0.98 0.33
Hex A4 49 2 0 37 63 24 1A 62 21
Octal 244 111 2 0 67 143 44 32 142 41
Binary 10100100 1001001 10 0 110111 1100011 100100 11010 1100010 100001

Color Harmonies of #A44902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44902

Black with #A44902

Text Example


Text Example

White with #A44902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44902; }

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

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

background-color css

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

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

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

border-color css

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

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

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