Html Css Color HEX #A43A00 Rust

📋 copy color: '#A43A00'

red 164 ◦ green 58 ◦ blue 0

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

Shades of Rust #A43A00

Tints of Rust #A43A00

RGB

 RED value IS 164 (64.45% from 255) = 73.87%

 GREEN value IS 58 (23.05% from 255) = 26.13%

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

R = 73.87%
G = 26.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A43A00 (or 0xA43A00) is known color: Rust. HEX triplet: A4, 3A and 00. RGB value is (164,58,0). Sum of RGB (Red+Green+Blue) = 164+58+0=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43A00 is #5BC5FF. Grayscale: #535353. Windows color (decimal): -6014464 or 15012. OLE color: 15012.

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

Color convert

RGB 164 58 0 -
CMYK 0 0.65 1 0.36
HSL 21.22º 1% 0.32% -
HSV(B) 21.22º 1% 0.64% -
XYZ 16.82 10.92 1.22 -
YUV 83.08 81.12 185.72 -
System Red Green Blue C M Y K H S L
Decimal 164 58 0 0 0.65 1 0.36 21.22 1 0.32
Hex A4 3A 0 0 41 64 24 15 64 20
Octal 244 72 0 0 101 144 44 25 144 40
Binary 10100100 111010 0 0 1000001 1100100 100100 10101 1100100 100000

Color Harmonies of #A43A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A00

Black with #A43A00

Text Example


Text Example

White with #A43A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A00; }

 p { color: rgb(164,58,0); }

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

background-color css

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

 a { background-color: rgb(164,58,0); }

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

border-color css

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

 span { border-color: rgb(164,58,0); }

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