Html Css Color HEX #A45002 Rust

📋 copy color: '#A45002'

red 164 ◦ green 80 ◦ blue 2

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

Shades of Rust #A45002

Tints of Rust #A45002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.52%

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

R = 66.67%
G = 32.52%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A45002 (or 0xA45002) is known color: Rust. HEX triplet: A4, 50 and 02. RGB value is (164,80,2). Sum of RGB (Red+Green+Blue) = 164+80+2=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A45002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45002 is #5BAFFD. Grayscale: #606060. Windows color (decimal): -6008830 or 151716. OLE color: 151716.

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

Color convert

RGB 164 80 2 -
CMYK 0 0.51 0.99 0.36
HSL 28.89º 0.98% 0.33% -
HSV(B) 28.89º 0.99% 0.64% -
XYZ 18.19 13.63 1.73 -
YUV 96.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 164 80 2 0 0.51 0.99 0.36 28.89 0.98 0.33
Hex A4 50 2 0 33 63 24 1D 62 21
Octal 244 120 2 0 63 143 44 35 142 41
Binary 10100100 1010000 10 0 110011 1100011 100100 11101 1100010 100001

Color Harmonies of #A45002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45002

Black with #A45002

Text Example


Text Example

White with #A45002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45002; }

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

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

background-color css

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

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

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

border-color css

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

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

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