Html Css Color HEX #A43614 Rust

📋 copy color: '#A43614'

red 164 ◦ green 54 ◦ blue 20

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

Shades of Rust #A43614

Tints of Rust #A43614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 68.91%
G = 22.69%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A43614 (or 0xA43614) is known color: Rust. HEX triplet: A4, 36 and 14. RGB value is (164,54,20). Sum of RGB (Red+Green+Blue) = 164+54+20=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A43614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43614 is #5BC9EB. Grayscale: #535353. Windows color (decimal): -6015468 or 1324708. OLE color: 1324708.

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

Color convert

RGB 164 54 20 -
CMYK 0 0.67 0.88 0.36
HSL 14.17º 0.78% 0.36% -
HSV(B) 14.17º 0.88% 0.64% -
XYZ 16.76 10.58 1.82 -
YUV 83.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 164 54 20 0 0.67 0.88 0.36 14.17 0.78 0.36
Hex A4 36 14 0 43 58 24 E 4E 24
Octal 244 66 24 0 103 130 44 16 116 44
Binary 10100100 110110 10100 0 1000011 1011000 100100 1110 1001110 100100

Color Harmonies of #A43614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43614

Black with #A43614

Text Example


Text Example

White with #A43614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43614; }

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

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

background-color css

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

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

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

border-color css

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

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

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