Html Css Color HEX #A53B00 Rust

📋 copy color: '#A53B00'

red 165 ◦ green 59 ◦ blue 0

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

Shades of Rust #A53B00

Tints of Rust #A53B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.66%
G = 26.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A53B00 (or 0xA53B00) is known color: Rust. HEX triplet: A5, 3B and 00. RGB value is (165,59,0). Sum of RGB (Red+Green+Blue) = 165+59+0=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53B00 is #5AC4FF. Grayscale: #545454. Windows color (decimal): -5948672 or 15269. OLE color: 15269.

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

Color convert

RGB 165 59 0 -
CMYK 0 0.64 1 0.35
HSL 21.45º 1% 0.32% -
HSV(B) 21.45º 1% 0.65% -
XYZ 17.08 11.13 1.25 -
YUV 83.97 80.62 185.8 -
System Red Green Blue C M Y K H S L
Decimal 165 59 0 0 0.64 1 0.35 21.45 1 0.32
Hex A5 3B 0 0 40 64 23 15 64 20
Octal 245 73 0 0 100 144 43 25 144 40
Binary 10100101 111011 0 0 1000000 1100100 100011 10101 1100100 100000

Color Harmonies of #A53B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B00

Black with #A53B00

Text Example


Text Example

White with #A53B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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