Html Css Color HEX #A93101 Rust

📋 copy color: '#A93101'

red 169 ◦ green 49 ◦ blue 1

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

Shades of Rust #A93101

Tints of Rust #A93101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.37%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 77.17%
G = 22.37%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A93101 (or 0xA93101) is known color: Rust. HEX triplet: A9, 31 and 01. RGB value is (169,49,1). Sum of RGB (Red+Green+Blue) = 169+49+1=219 (29% of max value = 765). Red value is 169 (66.41% from 255 or 77.17% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 169 - color contains mainly: red. Hex color #A93101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93101 is #56CEFE. Grayscale: #4F4F4F. Windows color (decimal): -5689087 or 78249. OLE color: 78249.

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

Color convert

RGB 169 49 1 -
CMYK 0 0.71 0.99 0.34
HSL 17.14º 0.99% 0.33% -
HSV(B) 17.14º 0.99% 0.66% -
XYZ 17.47 10.63 1.16 -
YUV 79.41 83.76 191.9 -
System Red Green Blue C M Y K H S L
Decimal 169 49 1 0 0.71 0.99 0.34 17.14 0.99 0.33
Hex A9 31 1 0 47 63 22 11 63 21
Octal 251 61 1 0 107 143 42 21 143 41
Binary 10101001 110001 1 0 1000111 1100011 100010 10001 1100011 100001

Color Harmonies of #A93101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93101

Black with #A93101

Text Example


Text Example

White with #A93101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93101; }

 p { color: rgb(169,49,1); }

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

background-color css

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

 a { background-color: rgb(169,49,1); }

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

border-color css

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

 span { border-color: rgb(169,49,1); }

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