Html Css Color HEX #A53F15 Rust

📋 copy color: '#A53F15'

red 165 ◦ green 63 ◦ blue 21

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

Shades of Rust #A53F15

Tints of Rust #A53F15

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 66.27%
G = 25.3%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A53F15 (or 0xA53F15) is known color: Rust. HEX triplet: A5, 3F and 15. RGB value is (165,63,21). Sum of RGB (Red+Green+Blue) = 165+63+21=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53F15 is #5AC0EA. Grayscale: #585858. Windows color (decimal): -5947627 or 1392549. OLE color: 1392549.

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

Color convert

RGB 165 63 21 -
CMYK 0 0.62 0.87 0.35
HSL 17.5º 0.77% 0.36% -
HSV(B) 17.5º 0.87% 0.65% -
XYZ 17.43 11.61 2.03 -
YUV 88.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 165 63 21 0 0.62 0.87 0.35 17.5 0.77 0.36
Hex A5 3F 15 0 3E 57 23 12 4D 24
Octal 245 77 25 0 76 127 43 22 115 44
Binary 10100101 111111 10101 0 111110 1010111 100011 10010 1001101 100100

Color Harmonies of #A53F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53F15

Black with #A53F15

Text Example


Text Example

White with #A53F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53F15; }

 p { color: rgb(165,63,21); }

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

background-color css

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

 a { background-color: rgb(165,63,21); }

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

border-color css

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

 span { border-color: rgb(165,63,21); }

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