Html Css Color HEX #A34400 Rust

📋 copy color: '#A34400'

red 163 ◦ green 68 ◦ blue 0

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

Shades of Rust #A34400

Tints of Rust #A34400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.44%

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

R = 70.56%
G = 29.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A34400 (or 0xA34400) is known color: Rust. HEX triplet: A3, 44 and 00. RGB value is (163,68,0). Sum of RGB (Red+Green+Blue) = 163+68+0=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A34400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34400 is #5CBBFF. Grayscale: #595959. Windows color (decimal): -6077440 or 17571. OLE color: 17571.

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

Color convert

RGB 163 68 0 -
CMYK 0 0.58 1 0.36
HSL 25.03º 1% 0.32% -
HSV(B) 25.03º 1% 0.64% -
XYZ 17.17 11.92 1.4 -
YUV 88.65 77.97 181.03 -
System Red Green Blue C M Y K H S L
Decimal 163 68 0 0 0.58 1 0.36 25.03 1 0.32
Hex A3 44 0 0 3A 64 24 19 64 20
Octal 243 104 0 0 72 144 44 31 144 40
Binary 10100011 1000100 0 0 111010 1100100 100100 11001 1100100 100000

Color Harmonies of #A34400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34400

Black with #A34400

Text Example


Text Example

White with #A34400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34400; }

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

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

background-color css

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

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

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

border-color css

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

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

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