Html Css Color HEX #A34801 Rust

📋 copy color: '#A34801'

red 163 ◦ green 72 ◦ blue 1

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

Shades of Rust #A34801

Tints of Rust #A34801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.51%

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

R = 69.07%
G = 30.51%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A34801 (or 0xA34801) is known color: Rust. HEX triplet: A3, 48 and 01. RGB value is (163,72,1). Sum of RGB (Red+Green+Blue) = 163+72+1=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A34801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34801 is #5CB7FE. Grayscale: #5B5B5B. Windows color (decimal): -6076415 or 84131. OLE color: 84131.

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

Color convert

RGB 163 72 1 -
CMYK 0 0.56 0.99 0.36
HSL 26.3º 0.99% 0.32% -
HSV(B) 26.3º 0.99% 0.64% -
XYZ 17.43 12.42 1.51 -
YUV 91.12 77.15 179.27 -
System Red Green Blue C M Y K H S L
Decimal 163 72 1 0 0.56 0.99 0.36 26.3 0.99 0.32
Hex A3 48 1 0 38 63 24 1A 63 20
Octal 243 110 1 0 70 143 44 32 143 40
Binary 10100011 1001000 1 0 111000 1100011 100100 11010 1100011 100000

Color Harmonies of #A34801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34801

Black with #A34801

Text Example


Text Example

White with #A34801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34801; }

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

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

background-color css

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

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

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

border-color css

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

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

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