Html Css Color HEX #A53B16 Rust

📋 copy color: '#A53B16'

red 165 ◦ green 59 ◦ blue 22

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

Shades of Rust #A53B16

Tints of Rust #A53B16

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.98%

 BLUE value IS 22 (8.98% from 255) = 8.94%

R = 67.07%
G = 23.98%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A53B16 (or 0xA53B16) is known color: Rust. HEX triplet: A5, 3B and 16. RGB value is (165,59,22). Sum of RGB (Red+Green+Blue) = 165+59+22=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53B16 is #5AC4E9. Grayscale: #565656. Windows color (decimal): -5948650 or 1457061. OLE color: 1457061.

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

Color convert

RGB 165 59 22 -
CMYK 0 0.64 0.87 0.35
HSL 15.52º 0.76% 0.37% -
HSV(B) 15.52º 0.87% 0.65% -
XYZ 17.23 11.19 2.01 -
YUV 86.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 165 59 22 0 0.64 0.87 0.35 15.52 0.76 0.37
Hex A5 3B 16 0 40 57 23 10 4C 25
Octal 245 73 26 0 100 127 43 20 114 45
Binary 10100101 111011 10110 0 1000000 1010111 100011 10000 1001100 100101

Color Harmonies of #A53B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B16

Black with #A53B16

Text Example


Text Example

White with #A53B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B16; }

 p { color: rgb(165,59,22); }

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

background-color css

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

 a { background-color: rgb(165,59,22); }

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

border-color css

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

 span { border-color: rgb(165,59,22); }

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