Html Css Color HEX #A43315 Rust

📋 copy color: '#A43315'

red 164 ◦ green 51 ◦ blue 21

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

Shades of Rust #A43315

Tints of Rust #A43315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

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

R = 69.49%
G = 21.61%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A43315 (or 0xA43315) is known color: Rust. HEX triplet: A4, 33 and 15. RGB value is (164,51,21). Sum of RGB (Red+Green+Blue) = 164+51+21=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A43315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43315 is #5BCCEA. Grayscale: #515151. Windows color (decimal): -6016235 or 1389476. OLE color: 1389476.

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

Color convert

RGB 164 51 21 -
CMYK 0 0.69 0.87 0.36
HSL 12.59º 0.77% 0.36% -
HSV(B) 12.59º 0.87% 0.64% -
XYZ 16.63 10.31 1.82 -
YUV 81.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 164 51 21 0 0.69 0.87 0.36 12.59 0.77 0.36
Hex A4 33 15 0 45 57 24 D 4D 24
Octal 244 63 25 0 105 127 44 15 115 44
Binary 10100100 110011 10101 0 1000101 1010111 100100 1101 1001101 100100

Color Harmonies of #A43315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43315

Black with #A43315

Text Example


Text Example

White with #A43315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43315; }

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

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

background-color css

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

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

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

border-color css

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

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

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