Html Css Color HEX #A53401 Rust

📋 copy color: '#A53401'

red 165 ◦ green 52 ◦ blue 1

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

Shades of Rust #A53401

Tints of Rust #A53401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

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

R = 75.69%
G = 23.85%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A53401 (or 0xA53401) is known color: Rust. HEX triplet: A5, 34 and 01. RGB value is (165,52,1). Sum of RGB (Red+Green+Blue) = 165+52+1=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A53401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53401 is #5ACBFE. Grayscale: #505050. Windows color (decimal): -5950463 or 79013. OLE color: 79013.

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

Color convert

RGB 165 52 1 -
CMYK 0 0.68 0.99 0.35
HSL 18.66º 0.99% 0.33% -
HSV(B) 18.66º 0.99% 0.65% -
XYZ 16.75 10.46 1.16 -
YUV 79.97 83.44 188.65 -
System Red Green Blue C M Y K H S L
Decimal 165 52 1 0 0.68 0.99 0.35 18.66 0.99 0.33
Hex A5 34 1 0 44 63 23 13 63 21
Octal 245 64 1 0 104 143 43 23 143 41
Binary 10100101 110100 1 0 1000100 1100011 100011 10011 1100011 100001

Color Harmonies of #A53401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53401

Black with #A53401

Text Example


Text Example

White with #A53401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53401; }

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

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

background-color css

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

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

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

border-color css

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

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

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