Html Css Color HEX #A43E00 Rust

📋 copy color: '#A43E00'

red 164 ◦ green 62 ◦ blue 0

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

Shades of Rust #A43E00

Tints of Rust #A43E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.43%

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

R = 72.57%
G = 27.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A43E00 (or 0xA43E00) is known color: Rust. HEX triplet: A4, 3E and 00. RGB value is (164,62,0). Sum of RGB (Red+Green+Blue) = 164+62+0=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43E00 is #5BC1FF. Grayscale: #555555. Windows color (decimal): -6013440 or 16036. OLE color: 16036.

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

Color convert

RGB 164 62 0 -
CMYK 0 0.62 1 0.36
HSL 22.68º 1% 0.32% -
HSV(B) 22.68º 1% 0.64% -
XYZ 17.03 11.34 1.29 -
YUV 85.43 79.79 184.04 -
System Red Green Blue C M Y K H S L
Decimal 164 62 0 0 0.62 1 0.36 22.68 1 0.32
Hex A4 3E 0 0 3E 64 24 17 64 20
Octal 244 76 0 0 76 144 44 27 144 40
Binary 10100100 111110 0 0 111110 1100100 100100 10111 1100100 100000

Color Harmonies of #A43E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43E00

Black with #A43E00

Text Example


Text Example

White with #A43E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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