Html Css Color HEX #A43515 Rust

📋 copy color: '#A43515'

red 164 ◦ green 53 ◦ blue 21

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

Shades of Rust #A43515

Tints of Rust #A43515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.82%

R = 68.91%
G = 22.27%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A43515 (or 0xA43515) is known color: Rust. HEX triplet: A4, 35 and 15. RGB value is (164,53,21). Sum of RGB (Red+Green+Blue) = 164+53+21=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A43515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43515 is #5BCAEA. Grayscale: #525252. Windows color (decimal): -6015723 or 1389988. OLE color: 1389988.

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

Color convert

RGB 164 53 21 -
CMYK 0 0.68 0.87 0.36
HSL 13.43º 0.77% 0.36% -
HSV(B) 13.43º 0.87% 0.64% -
XYZ 16.72 10.49 1.85 -
YUV 82.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 164 53 21 0 0.68 0.87 0.36 13.43 0.77 0.36
Hex A4 35 15 0 44 57 24 D 4D 24
Octal 244 65 25 0 104 127 44 15 115 44
Binary 10100100 110101 10101 0 1000100 1010111 100100 1101 1001101 100100

Color Harmonies of #A43515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43515

Black with #A43515

Text Example


Text Example

White with #A43515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43515; }

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

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

background-color css

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

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

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

border-color css

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

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

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