Html Css Color HEX #A95302 Rust

📋 copy color: '#A95302'

red 169 ◦ green 83 ◦ blue 2

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

Shades of Rust #A95302

Tints of Rust #A95302

RGB

 RED value IS 169 (66.41% from 255) = 66.54%

 GREEN value IS 83 (32.81% from 255) = 32.68%

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

R = 66.54%
G = 32.68%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A95302 (or 0xA95302) is known color: Rust. HEX triplet: A9, 53 and 02. RGB value is (169,83,2). Sum of RGB (Red+Green+Blue) = 169+83+2=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A95302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95302 is #56ACFD. Grayscale: #636363. Windows color (decimal): -5680382 or 152489. OLE color: 152489.

HSL color Cylindrical-coordinate representation of color #A95302: hue angle of 29.1º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A95302 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 83 2 -
CMYK 0 0.51 0.99 0.34
HSL 29.1º 0.98% 0.34% -
HSV(B) 29.1º 0.99% 0.66% -
XYZ 19.47 14.63 1.85 -
YUV 99.48 72.99 177.59 -
System Red Green Blue C M Y K H S L
Decimal 169 83 2 0 0.51 0.99 0.34 29.1 0.98 0.34
Hex A9 53 2 0 33 63 22 1D 62 22
Octal 251 123 2 0 63 143 42 35 142 42
Binary 10101001 1010011 10 0 110011 1100011 100010 11101 1100010 100010

Color Harmonies of #A95302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95302

Black with #A95302

Text Example


Text Example

White with #A95302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95302; }

 p { color: rgb(169,83,2); }

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

background-color css

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

 a { background-color: rgb(169,83,2); }

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

border-color css

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

 span { border-color: rgb(169,83,2); }

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