Html Css Color HEX #A34901 Rust

📋 copy color: '#A34901'

red 163 ◦ green 73 ◦ blue 1

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

Shades of Rust #A34901

Tints of Rust #A34901

RGB

 RED value IS 163 (64.06% from 255) = 68.78%

 GREEN value IS 73 (28.91% from 255) = 30.8%

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

R = 68.78%
G = 30.8%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A34901 (or 0xA34901) is known color: Rust. HEX triplet: A3, 49 and 01. RGB value is (163,73,1). Sum of RGB (Red+Green+Blue) = 163+73+1=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A34901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34901 is #5CB6FE. Grayscale: #5C5C5C. Windows color (decimal): -6076159 or 84387. OLE color: 84387.

HSL color Cylindrical-coordinate representation of color #A34901: hue angle of 26.67º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A34901 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 1 -
CMYK 0 0.55 0.99 0.36
HSL 26.67º 0.99% 0.32% -
HSV(B) 26.67º 0.99% 0.64% -
XYZ 17.49 12.55 1.53 -
YUV 91.7 76.82 178.85 -
System Red Green Blue C M Y K H S L
Decimal 163 73 1 0 0.55 0.99 0.36 26.67 0.99 0.32
Hex A3 49 1 0 37 63 24 1B 63 20
Octal 243 111 1 0 67 143 44 33 143 40
Binary 10100011 1001001 1 0 110111 1100011 100100 11011 1100011 100000

Color Harmonies of #A34901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34901

Black with #A34901

Text Example


Text Example

White with #A34901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34901; }

 p { color: rgb(163,73,1); }

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

background-color css

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

 a { background-color: rgb(163,73,1); }

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

border-color css

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

 span { border-color: rgb(163,73,1); }

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