Html Css Color HEX #A53F0F Rust

📋 copy color: '#A53F0F'

red 165 ◦ green 63 ◦ blue 15

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

Shades of Rust #A53F0F

Tints of Rust #A53F0F

RGB

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

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

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

R = 67.9%
G = 25.93%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A53F0F (or 0xA53F0F) is known color: Rust. HEX triplet: A5, 3F and 0F. RGB value is (165,63,15). Sum of RGB (Red+Green+Blue) = 165+63+15=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53F0F is #5AC0F0. Grayscale: #585858. Windows color (decimal): -5947633 or 999333. OLE color: 999333.

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

Color convert

RGB 165 63 15 -
CMYK 0 0.62 0.91 0.35
HSL 19.2º 0.83% 0.35% -
HSV(B) 19.2º 0.91% 0.65% -
XYZ 17.38 11.59 1.77 -
YUV 88.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 165 63 15 0 0.62 0.91 0.35 19.2 0.83 0.35
Hex A5 3F F 0 3E 5B 23 13 53 23
Octal 245 77 17 0 76 133 43 23 123 43
Binary 10100101 111111 1111 0 111110 1011011 100011 10011 1010011 100011

Color Harmonies of #A53F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53F0F

Black with #A53F0F

Text Example


Text Example

White with #A53F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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