Html Css Color HEX #A53613 Rust

📋 copy color: '#A53613'

red 165 ◦ green 54 ◦ blue 19

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

Shades of Rust #A53613

Tints of Rust #A53613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

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

R = 69.33%
G = 22.69%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A53613 (or 0xA53613) is known color: Rust. HEX triplet: A5, 36 and 13. RGB value is (165,54,19). Sum of RGB (Red+Green+Blue) = 165+54+19=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A53613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53613 is #5AC9EC. Grayscale: #535353. Windows color (decimal): -5949933 or 1259173. OLE color: 1259173.

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

Color convert

RGB 165 54 19 -
CMYK 0 0.67 0.88 0.35
HSL 14.38º 0.79% 0.36% -
HSV(B) 14.38º 0.88% 0.65% -
XYZ 16.95 10.68 1.78 -
YUV 83.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 165 54 19 0 0.67 0.88 0.35 14.38 0.79 0.36
Hex A5 36 13 0 43 58 23 E 4F 24
Octal 245 66 23 0 103 130 43 16 117 44
Binary 10100101 110110 10011 0 1000011 1011000 100011 1110 1001111 100100

Color Harmonies of #A53613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53613

Black with #A53613

Text Example


Text Example

White with #A53613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53613; }

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

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

background-color css

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

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

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

border-color css

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

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

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