Html Css Color HEX #A93601 Rust

📋 copy color: '#A93601'

red 169 ◦ green 54 ◦ blue 1

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

Shades of Rust #A93601

Tints of Rust #A93601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.11%

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

R = 75.45%
G = 24.11%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A93601 (or 0xA93601) is known color: Rust. HEX triplet: A9, 36 and 01. RGB value is (169,54,1). Sum of RGB (Red+Green+Blue) = 169+54+1=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A93601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93601 is #56C9FE. Grayscale: #525252. Windows color (decimal): -5687807 or 79529. OLE color: 79529.

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

Color convert

RGB 169 54 1 -
CMYK 0 0.68 0.99 0.34
HSL 18.93º 0.99% 0.33% -
HSV(B) 18.93º 0.99% 0.66% -
XYZ 17.69 11.08 1.23 -
YUV 82.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 169 54 1 0 0.68 0.99 0.34 18.93 0.99 0.33
Hex A9 36 1 0 44 63 22 13 63 21
Octal 251 66 1 0 104 143 42 23 143 41
Binary 10101001 110110 1 0 1000100 1100011 100010 10011 1100011 100001

Color Harmonies of #A93601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93601

Black with #A93601

Text Example


Text Example

White with #A93601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93601; }

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

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

background-color css

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

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

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

border-color css

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

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

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