Html Css Color HEX #A34800 Rust

📋 copy color: '#A34800'

red 163 ◦ green 72 ◦ blue 0

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

Shades of Rust #A34800

Tints of Rust #A34800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.36%
G = 30.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A34800 (or 0xA34800) is known color: Rust. HEX triplet: A3, 48 and 00. RGB value is (163,72,0). Sum of RGB (Red+Green+Blue) = 163+72+0=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A34800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34800 is #5CB7FF. Grayscale: #5B5B5B. Windows color (decimal): -6076416 or 18595. OLE color: 18595.

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

Color convert

RGB 163 72 0 -
CMYK 0 0.56 1 0.36
HSL 26.5º 1% 0.32% -
HSV(B) 26.5º 1% 0.64% -
XYZ 17.42 12.42 1.48 -
YUV 91 76.65 179.35 -
System Red Green Blue C M Y K H S L
Decimal 163 72 0 0 0.56 1 0.36 26.5 1 0.32
Hex A3 48 0 0 38 64 24 1B 64 20
Octal 243 110 0 0 70 144 44 33 144 40
Binary 10100011 1001000 0 0 111000 1100100 100100 11011 1100100 100000

Color Harmonies of #A34800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34800

Black with #A34800

Text Example


Text Example

White with #A34800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34800; }

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

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

background-color css

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

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

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

border-color css

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

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

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