Html Css Color HEX #A54013 Rust

📋 copy color: '#A54013'

red 165 ◦ green 64 ◦ blue 19

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

Shades of Rust #A54013

Tints of Rust #A54013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

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

R = 66.53%
G = 25.81%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A54013 (or 0xA54013) is known color: Rust. HEX triplet: A5, 40 and 13. RGB value is (165,64,19). Sum of RGB (Red+Green+Blue) = 165+64+19=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A54013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54013 is #5ABFEC. Grayscale: #595959. Windows color (decimal): -5947373 or 1261733. OLE color: 1261733.

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

Color convert

RGB 165 64 19 -
CMYK 0 0.61 0.88 0.35
HSL 18.49º 0.79% 0.36% -
HSV(B) 18.49º 0.88% 0.65% -
XYZ 17.47 11.71 1.96 -
YUV 89.07 88.46 182.16 -
System Red Green Blue C M Y K H S L
Decimal 165 64 19 0 0.61 0.88 0.35 18.49 0.79 0.36
Hex A5 40 13 0 3D 58 23 12 4F 24
Octal 245 100 23 0 75 130 43 22 117 44
Binary 10100101 1000000 10011 0 111101 1011000 100011 10010 1001111 100100

Color Harmonies of #A54013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54013

Black with #A54013

Text Example


Text Example

White with #A54013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54013; }

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

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

background-color css

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

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

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

border-color css

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

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

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