Html Css Color HEX #A53E01 Rust

📋 copy color: '#A53E01'

red 165 ◦ green 62 ◦ blue 1

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

Shades of Rust #A53E01

Tints of Rust #A53E01

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.19%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 72.37%
G = 27.19%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A53E01 (or 0xA53E01) is known color: Rust. HEX triplet: A5, 3E and 01. RGB value is (165,62,1). Sum of RGB (Red+Green+Blue) = 165+62+1=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53E01 is #5AC1FE. Grayscale: #565656. Windows color (decimal): -5947903 or 81573. OLE color: 81573.

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

Color convert

RGB 165 62 1 -
CMYK 0 0.62 0.99 0.35
HSL 22.32º 0.99% 0.33% -
HSV(B) 22.32º 0.99% 0.65% -
XYZ 17.25 11.45 1.33 -
YUV 85.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 165 62 1 0 0.62 0.99 0.35 22.32 0.99 0.33
Hex A5 3E 1 0 3E 63 23 16 63 21
Octal 245 76 1 0 76 143 43 26 143 41
Binary 10100101 111110 1 0 111110 1100011 100011 10110 1100011 100001

Color Harmonies of #A53E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53E01

Black with #A53E01

Text Example


Text Example

White with #A53E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53E01; }

 p { color: rgb(165,62,1); }

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

background-color css

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

 a { background-color: rgb(165,62,1); }

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

border-color css

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

 span { border-color: rgb(165,62,1); }

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