Html Css Color HEX #A53213 Rust

📋 copy color: '#A53213'

red 165 ◦ green 50 ◦ blue 19

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

Shades of Rust #A53213

Tints of Rust #A53213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 70.51%
G = 21.37%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A53213 (or 0xA53213) is known color: Rust. HEX triplet: A5, 32 and 13. RGB value is (165,50,19). Sum of RGB (Red+Green+Blue) = 165+50+19=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A53213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53213 is #5ACDEC. Grayscale: #515151. Windows color (decimal): -5950957 or 1258149. OLE color: 1258149.

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

Color convert

RGB 165 50 19 -
CMYK 0 0.70 0.88 0.35
HSL 12.74º 0.79% 0.36% -
HSV(B) 12.74º 0.88% 0.65% -
XYZ 16.78 10.33 1.73 -
YUV 80.85 93.1 188.02 -
System Red Green Blue C M Y K H S L
Decimal 165 50 19 0 0.70 0.88 0.35 12.74 0.79 0.36
Hex A5 32 13 0 46 58 23 D 4F 24
Octal 245 62 23 0 106 130 43 15 117 44
Binary 10100101 110010 10011 0 1000110 1011000 100011 1101 1001111 100100

Color Harmonies of #A53213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53213

Black with #A53213

Text Example


Text Example

White with #A53213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53213; }

 p { color: rgb(165,50,19); }

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

background-color css

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

 a { background-color: rgb(165,50,19); }

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

border-color css

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

 span { border-color: rgb(165,50,19); }

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