Html Css Color HEX #A43610 Rust

📋 copy color: '#A43610'

red 164 ◦ green 54 ◦ blue 16

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

Shades of Rust #A43610

Tints of Rust #A43610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.84%

R = 70.09%
G = 23.08%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A43610 (or 0xA43610) is known color: Rust. HEX triplet: A4, 36 and 10. RGB value is (164,54,16). Sum of RGB (Red+Green+Blue) = 164+54+16=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A43610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43610 is #5BC9EF. Grayscale: #525252. Windows color (decimal): -6015472 or 1062564. OLE color: 1062564.

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

Color convert

RGB 164 54 16 -
CMYK 0 0.67 0.90 0.36
HSL 15.41º 0.82% 0.35% -
HSV(B) 15.41º 0.9% 0.64% -
XYZ 16.72 10.57 1.65 -
YUV 82.56 90.44 186.09 -
System Red Green Blue C M Y K H S L
Decimal 164 54 16 0 0.67 0.90 0.36 15.41 0.82 0.35
Hex A4 36 10 0 43 5A 24 F 52 23
Octal 244 66 20 0 103 132 44 17 122 43
Binary 10100100 110110 10000 0 1000011 1011010 100100 1111 1010010 100011

Color Harmonies of #A43610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43610

Black with #A43610

Text Example


Text Example

White with #A43610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43610; }

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

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

background-color css

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

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

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

border-color css

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

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

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