Html Css Color HEX #A43612 Rust

📋 copy color: '#A43612'

red 164 ◦ green 54 ◦ blue 18

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

Shades of Rust #A43612

Tints of Rust #A43612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

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

R = 69.49%
G = 22.88%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A43612 (or 0xA43612) is known color: Rust. HEX triplet: A4, 36 and 12. RGB value is (164,54,18). Sum of RGB (Red+Green+Blue) = 164+54+18=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A43612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43612 is #5BC9ED. Grayscale: #535353. Windows color (decimal): -6015470 or 1193636. OLE color: 1193636.

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

Color convert

RGB 164 54 18 -
CMYK 0 0.67 0.89 0.36
HSL 14.79º 0.8% 0.36% -
HSV(B) 14.79º 0.89% 0.64% -
XYZ 16.74 10.57 1.73 -
YUV 82.79 91.44 185.93 -
System Red Green Blue C M Y K H S L
Decimal 164 54 18 0 0.67 0.89 0.36 14.79 0.8 0.36
Hex A4 36 12 0 43 59 24 F 50 24
Octal 244 66 22 0 103 131 44 17 120 44
Binary 10100100 110110 10010 0 1000011 1011001 100100 1111 1010000 100100

Color Harmonies of #A43612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43612

Black with #A43612

Text Example


Text Example

White with #A43612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43612; }

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

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

background-color css

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

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

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

border-color css

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

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

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