Html Css Color HEX #A34000 Rust

📋 copy color: '#A34000'

red 163 ◦ green 64 ◦ blue 0

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

Shades of Rust #A34000

Tints of Rust #A34000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 71.81%
G = 28.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A34000 (or 0xA34000) is known color: Rust. HEX triplet: A3, 40 and 00. RGB value is (163,64,0). Sum of RGB (Red+Green+Blue) = 163+64+0=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A34000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34000 is #5CBFFF. Grayscale: #565656. Windows color (decimal): -6078464 or 16547. OLE color: 16547.

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

Color convert

RGB 163 64 0 -
CMYK 0 0.61 1 0.36
HSL 23.56º 1% 0.32% -
HSV(B) 23.56º 1% 0.64% -
XYZ 16.94 11.45 1.32 -
YUV 86.31 79.3 182.7 -
System Red Green Blue C M Y K H S L
Decimal 163 64 0 0 0.61 1 0.36 23.56 1 0.32
Hex A3 40 0 0 3D 64 24 18 64 20
Octal 243 100 0 0 75 144 44 30 144 40
Binary 10100011 1000000 0 0 111101 1100100 100100 11000 1100100 100000

Color Harmonies of #A34000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34000

Black with #A34000

Text Example


Text Example

White with #A34000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34000; }

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

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

background-color css

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

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

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

border-color css

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

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

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