Html Css Color HEX #A54113 Rust

📋 copy color: '#A54113'

red 165 ◦ green 65 ◦ blue 19

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

Shades of Rust #A54113

Tints of Rust #A54113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

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

R = 66.27%
G = 26.1%
B = 7.63%

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

#A54113 (or 0xA54113) is known color: Rust. HEX triplet: A5, 41 and 13. RGB value is (165,65,19). Sum of RGB (Red+Green+Blue) = 165+65+19=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A54113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54113 is #5ABEEC. Grayscale: #595959. Windows color (decimal): -5947117 or 1261989. OLE color: 1261989.

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

Color convert

RGB 165 65 19 -
CMYK 0 0.61 0.88 0.35
HSL 18.9º 0.79% 0.36% -
HSV(B) 18.9º 0.88% 0.65% -
XYZ 17.52 11.83 1.98 -
YUV 89.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 165 65 19 0 0.61 0.88 0.35 18.9 0.79 0.36
Hex A5 41 13 0 3D 58 23 13 4F 24
Octal 245 101 23 0 75 130 43 23 117 44
Binary 10100101 1000001 10011 0 111101 1011000 100011 10011 1001111 100100

Color Harmonies of #A54113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54113

Black with #A54113

Text Example


Text Example

White with #A54113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54113; }

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

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

background-color css

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

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

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

border-color css

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

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

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