Html Css Color HEX #A43A12 Rust

📋 copy color: '#A43A12'

red 164 ◦ green 58 ◦ blue 18

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

Shades of Rust #A43A12

Tints of Rust #A43A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 68.33%
G = 24.17%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A43A12 (or 0xA43A12) is known color: Rust. HEX triplet: A4, 3A and 12. RGB value is (164,58,18). Sum of RGB (Red+Green+Blue) = 164+58+18=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43A12 is #5BC5ED. Grayscale: #555555. Windows color (decimal): -6014446 or 1194660. OLE color: 1194660.

HSL color Cylindrical-coordinate representation of color #A43A12: hue angle of 16.44º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A43A12 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 58 18 -
CMYK 0 0.65 0.89 0.36
HSL 16.44º 0.8% 0.36% -
HSV(B) 16.44º 0.89% 0.64% -
XYZ 16.93 10.96 1.8 -
YUV 85.13 90.12 184.25 -
System Red Green Blue C M Y K H S L
Decimal 164 58 18 0 0.65 0.89 0.36 16.44 0.8 0.36
Hex A4 3A 12 0 41 59 24 10 50 24
Octal 244 72 22 0 101 131 44 20 120 44
Binary 10100100 111010 10010 0 1000001 1011001 100100 10000 1010000 100100

Color Harmonies of #A43A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A12

Black with #A43A12

Text Example


Text Example

White with #A43A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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