Html Css Color HEX #A53C0F Rust

📋 copy color: '#A53C0F'

red 165 ◦ green 60 ◦ blue 15

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

Shades of Rust #A53C0F

Tints of Rust #A53C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25%

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 68.75%
G = 25%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A53C0F (or 0xA53C0F) is known color: Rust. HEX triplet: A5, 3C and 0F. RGB value is (165,60,15). Sum of RGB (Red+Green+Blue) = 165+60+15=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53C0F is #5AC3F0. Grayscale: #565656. Windows color (decimal): -5948401 or 998565. OLE color: 998565.

HSL color Cylindrical-coordinate representation of color #A53C0F: hue angle of 18º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A53C0F is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 60 15 -
CMYK 0 0.64 0.91 0.35
HSL 18º 0.83% 0.35% -
HSV(B) 18º 0.91% 0.65% -
XYZ 17.22 11.27 1.72 -
YUV 86.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 165 60 15 0 0.64 0.91 0.35 18 0.83 0.35
Hex A5 3C F 0 40 5B 23 12 53 23
Octal 245 74 17 0 100 133 43 22 123 43
Binary 10100101 111100 1111 0 1000000 1011011 100011 10010 1010011 100011

Color Harmonies of #A53C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C0F

Black with #A53C0F

Text Example


Text Example

White with #A53C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C0F; }

 p { color: rgb(165,60,15); }

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

background-color css

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

 a { background-color: rgb(165,60,15); }

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

border-color css

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

 span { border-color: rgb(165,60,15); }

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