Html Css Color HEX #A43C11 Rust

📋 copy color: '#A43C11'

red 164 ◦ green 60 ◦ blue 17

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

Shades of Rust #A43C11

Tints of Rust #A43C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.9%

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

R = 68.05%
G = 24.9%
B = 7.05%

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

#A43C11 (or 0xA43C11) is known color: Rust. HEX triplet: A4, 3C and 11. RGB value is (164,60,17). Sum of RGB (Red+Green+Blue) = 164+60+17=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43C11 is #5BC3EE. Grayscale: #565656. Windows color (decimal): -6013935 or 1129636. OLE color: 1129636.

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

Color convert

RGB 164 60 17 -
CMYK 0 0.63 0.90 0.36
HSL 17.55º 0.81% 0.35% -
HSV(B) 17.55º 0.9% 0.64% -
XYZ 17.03 11.16 1.79 -
YUV 86.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 164 60 17 0 0.63 0.90 0.36 17.55 0.81 0.35
Hex A4 3C 11 0 3F 5A 24 12 51 23
Octal 244 74 21 0 77 132 44 22 121 43
Binary 10100100 111100 10001 0 111111 1011010 100100 10010 1010001 100011

Color Harmonies of #A43C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43C11

Black with #A43C11

Text Example


Text Example

White with #A43C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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