Html Css Color HEX #A43712 Rust

📋 copy color: '#A43712'

red 164 ◦ green 55 ◦ blue 18

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

Shades of Rust #A43712

Tints of Rust #A43712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

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

R = 69.2%
G = 23.21%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A43712 (or 0xA43712) is known color: Rust. HEX triplet: A4, 37 and 12. RGB value is (164,55,18). Sum of RGB (Red+Green+Blue) = 164+55+18=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A43712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43712 is #5BC8ED. Grayscale: #535353. Windows color (decimal): -6015214 or 1193892. OLE color: 1193892.

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

Color convert

RGB 164 55 18 -
CMYK 0 0.66 0.89 0.36
HSL 15.21º 0.8% 0.36% -
HSV(B) 15.21º 0.89% 0.64% -
XYZ 16.79 10.67 1.75 -
YUV 83.37 91.11 185.51 -
System Red Green Blue C M Y K H S L
Decimal 164 55 18 0 0.66 0.89 0.36 15.21 0.8 0.36
Hex A4 37 12 0 42 59 24 F 50 24
Octal 244 67 22 0 102 131 44 17 120 44
Binary 10100100 110111 10010 0 1000010 1011001 100100 1111 1010000 100100

Color Harmonies of #A43712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43712

Black with #A43712

Text Example


Text Example

White with #A43712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43712; }

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

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

background-color css

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

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

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

border-color css

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

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

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