Html Css Color HEX #A44602 Rust

📋 copy color: '#A44602'

red 164 ◦ green 70 ◦ blue 2

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

Shades of Rust #A44602

Tints of Rust #A44602

RGB

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

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

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

R = 69.49%
G = 29.66%
B = 0.85%

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

#A44602 (or 0xA44602) is known color: Rust. HEX triplet: A4, 46 and 02. RGB value is (164,70,2). Sum of RGB (Red+Green+Blue) = 164+70+2=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A44602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44602 is #5BB9FD. Grayscale: #5A5A5A. Windows color (decimal): -6011390 or 149156. OLE color: 149156.

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

Color convert

RGB 164 70 2 -
CMYK 0 0.57 0.99 0.36
HSL 25.19º 0.98% 0.33% -
HSV(B) 25.19º 0.99% 0.64% -
XYZ 17.51 12.28 1.5 -
YUV 90.35 78.14 180.53 -
System Red Green Blue C M Y K H S L
Decimal 164 70 2 0 0.57 0.99 0.36 25.19 0.98 0.33
Hex A4 46 2 0 39 63 24 19 62 21
Octal 244 106 2 0 71 143 44 31 142 41
Binary 10100100 1000110 10 0 111001 1100011 100100 11001 1100010 100001

Color Harmonies of #A44602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44602

Black with #A44602

Text Example


Text Example

White with #A44602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44602; }

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

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

background-color css

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

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

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

border-color css

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

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

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