Html Css Color HEX #A53113 Rust

📋 copy color: '#A53113'

red 165 ◦ green 49 ◦ blue 19

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

Shades of Rust #A53113

Tints of Rust #A53113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

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

R = 70.82%
G = 21.03%
B = 8.15%

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

#A53113 (or 0xA53113) is known color: Rust. HEX triplet: A5, 31 and 13. RGB value is (165,49,19). Sum of RGB (Red+Green+Blue) = 165+49+19=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A53113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53113 is #5ACEEC. Grayscale: #505050. Windows color (decimal): -5951213 or 1257893. OLE color: 1257893.

HSL color Cylindrical-coordinate representation of color #A53113: hue angle of 12.33º 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 #A53113 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 49 19 -
CMYK 0 0.70 0.88 0.35
HSL 12.33º 0.79% 0.36% -
HSV(B) 12.33º 0.88% 0.65% -
XYZ 16.73 10.24 1.71 -
YUV 80.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 165 49 19 0 0.70 0.88 0.35 12.33 0.79 0.36
Hex A5 31 13 0 46 58 23 C 4F 24
Octal 245 61 23 0 106 130 43 14 117 44
Binary 10100101 110001 10011 0 1000110 1011000 100011 1100 1001111 100100

Color Harmonies of #A53113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53113

Black with #A53113

Text Example


Text Example

White with #A53113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53113; }

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

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

background-color css

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

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

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

border-color css

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

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

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