Html Css Color HEX #A53301 Rust

📋 copy color: '#A53301'

red 165 ◦ green 51 ◦ blue 1

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

Shades of Rust #A53301

Tints of Rust #A53301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.5%

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

R = 76.04%
G = 23.5%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A53301 (or 0xA53301) is known color: Rust. HEX triplet: A5, 33 and 01. RGB value is (165,51,1). Sum of RGB (Red+Green+Blue) = 165+51+1=217 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.04% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 165 - color contains mainly: red. Hex color #A53301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53301 is #5ACCFE. Grayscale: #4F4F4F. Windows color (decimal): -5950719 or 78757. OLE color: 78757.

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

Color convert

RGB 165 51 1 -
CMYK 0 0.69 0.99 0.35
HSL 18.29º 0.99% 0.33% -
HSV(B) 18.29º 0.99% 0.65% -
XYZ 16.71 10.37 1.15 -
YUV 79.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 165 51 1 0 0.69 0.99 0.35 18.29 0.99 0.33
Hex A5 33 1 0 45 63 23 12 63 21
Octal 245 63 1 0 105 143 43 22 143 41
Binary 10100101 110011 1 0 1000101 1100011 100011 10010 1100011 100001

Color Harmonies of #A53301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53301

Black with #A53301

Text Example


Text Example

White with #A53301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53301; }

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

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

background-color css

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

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

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

border-color css

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

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

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