Html Css Color HEX #A53315 Rust

📋 copy color: '#A53315'

red 165 ◦ green 51 ◦ blue 21

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

Shades of Rust #A53315

Tints of Rust #A53315

RGB

 RED value IS 165 (64.84% from 255) = 69.62%

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

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

R = 69.62%
G = 21.52%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A53315 (or 0xA53315) is known color: Rust. HEX triplet: A5, 33 and 15. RGB value is (165,51,21). Sum of RGB (Red+Green+Blue) = 165+51+21=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A53315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53315 is #5ACCEA. Grayscale: #515151. Windows color (decimal): -5950699 or 1389477. OLE color: 1389477.

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

Color convert

RGB 165 51 21 -
CMYK 0 0.69 0.87 0.35
HSL 12.5º 0.77% 0.36% -
HSV(B) 12.5º 0.87% 0.65% -
XYZ 16.84 10.42 1.83 -
YUV 81.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 165 51 21 0 0.69 0.87 0.35 12.5 0.77 0.36
Hex A5 33 15 0 45 57 23 C 4D 24
Octal 245 63 25 0 105 127 43 14 115 44
Binary 10100101 110011 10101 0 1000101 1010111 100011 1100 1001101 100100

Color Harmonies of #A53315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53315

Black with #A53315

Text Example


Text Example

White with #A53315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53315; }

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

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

background-color css

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

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

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

border-color css

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

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

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