Html Css Color HEX #A43A11 Rust

📋 copy color: '#A43A11'

red 164 ◦ green 58 ◦ blue 17

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

Shades of Rust #A43A11

Tints of Rust #A43A11

RGB

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

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

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

R = 68.62%
G = 24.27%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A43A11 (or 0xA43A11) is known color: Rust. HEX triplet: A4, 3A and 11. RGB value is (164,58,17). Sum of RGB (Red+Green+Blue) = 164+58+17=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43A11 is #5BC5EE. Grayscale: #555555. Windows color (decimal): -6014447 or 1129124. OLE color: 1129124.

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

Color convert

RGB 164 58 17 -
CMYK 0 0.65 0.90 0.36
HSL 16.73º 0.81% 0.35% -
HSV(B) 16.73º 0.9% 0.64% -
XYZ 16.92 10.96 1.75 -
YUV 85.02 89.62 184.33 -
System Red Green Blue C M Y K H S L
Decimal 164 58 17 0 0.65 0.90 0.36 16.73 0.81 0.35
Hex A4 3A 11 0 41 5A 24 11 51 23
Octal 244 72 21 0 101 132 44 21 121 43
Binary 10100100 111010 10001 0 1000001 1011010 100100 10001 1010001 100011

Color Harmonies of #A43A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A11

Black with #A43A11

Text Example


Text Example

White with #A43A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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