Html Css Color HEX #A43510 Rust

📋 copy color: '#A43510'

red 164 ◦ green 53 ◦ blue 16

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

Shades of Rust #A43510

Tints of Rust #A43510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.75%

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

R = 70.39%
G = 22.75%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A43510 (or 0xA43510) is known color: Rust. HEX triplet: A4, 35 and 10. RGB value is (164,53,16). Sum of RGB (Red+Green+Blue) = 164+53+16=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A43510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43510 is #5BCAEF. Grayscale: #525252. Windows color (decimal): -6015728 or 1062308. OLE color: 1062308.

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

Color convert

RGB 164 53 16 -
CMYK 0 0.68 0.90 0.36
HSL 15º 0.82% 0.35% -
HSV(B) 15º 0.9% 0.64% -
XYZ 16.68 10.48 1.63 -
YUV 81.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 164 53 16 0 0.68 0.90 0.36 15 0.82 0.35
Hex A4 35 10 0 44 5A 24 F 52 23
Octal 244 65 20 0 104 132 44 17 122 43
Binary 10100100 110101 10000 0 1000100 1011010 100100 1111 1010010 100011

Color Harmonies of #A43510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43510

Black with #A43510

Text Example


Text Example

White with #A43510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43510; }

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

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

background-color css

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

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

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

border-color css

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

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

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