Html Css Color HEX #A43D11 Rust

📋 copy color: '#A43D11'

red 164 ◦ green 61 ◦ blue 17

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

Shades of Rust #A43D11

Tints of Rust #A43D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 67.77%
G = 25.21%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A43D11 (or 0xA43D11) is known color: Rust. HEX triplet: A4, 3D and 11. RGB value is (164,61,17). Sum of RGB (Red+Green+Blue) = 164+61+17=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43D11 is #5BC2EE. Grayscale: #575757. Windows color (decimal): -6013679 or 1129892. OLE color: 1129892.

HSL color Cylindrical-coordinate representation of color #A43D11: hue angle of 17.96º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A43D11 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 61 17 -
CMYK 0 0.63 0.90 0.36
HSL 17.96º 0.81% 0.35% -
HSV(B) 17.96º 0.9% 0.64% -
XYZ 17.08 11.27 1.81 -
YUV 86.78 88.62 183.08 -
System Red Green Blue C M Y K H S L
Decimal 164 61 17 0 0.63 0.90 0.36 17.96 0.81 0.35
Hex A4 3D 11 0 3F 5A 24 12 51 23
Octal 244 75 21 0 77 132 44 22 121 43
Binary 10100100 111101 10001 0 111111 1011010 100100 10010 1010001 100011

Color Harmonies of #A43D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43D11

Black with #A43D11

Text Example


Text Example

White with #A43D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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