Html Css Color HEX #A43D00 Rust

📋 copy color: '#A43D00'

red 164 ◦ green 61 ◦ blue 0

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

Shades of Rust #A43D00

Tints of Rust #A43D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.11%

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

R = 72.89%
G = 27.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A43D00 (or 0xA43D00) is known color: Rust. HEX triplet: A4, 3D and 00. RGB value is (164,61,0). Sum of RGB (Red+Green+Blue) = 164+61+0=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43D00 is #5BC2FF. Grayscale: #555555. Windows color (decimal): -6013696 or 15780. OLE color: 15780.

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

Color convert

RGB 164 61 0 -
CMYK 0 0.63 1 0.36
HSL 22.32º 1% 0.32% -
HSV(B) 22.32º 1% 0.64% -
XYZ 16.98 11.23 1.27 -
YUV 84.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 164 61 0 0 0.63 1 0.36 22.32 1 0.32
Hex A4 3D 0 0 3F 64 24 16 64 20
Octal 244 75 0 0 77 144 44 26 144 40
Binary 10100100 111101 0 0 111111 1100100 100100 10110 1100100 100000

Color Harmonies of #A43D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43D00

Black with #A43D00

Text Example


Text Example

White with #A43D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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