Html Css Color HEX #A52301 Rust

📋 copy color: '#A52301'

red 165 ◦ green 35 ◦ blue 1

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

Shades of Rust #A52301

Tints of Rust #A52301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.41%

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

R = 82.09%
G = 17.41%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A52301 (or 0xA52301) is known color: Rust. HEX triplet: A5, 23 and 01. RGB value is (165,35,1). Sum of RGB (Red+Green+Blue) = 165+35+1=201 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.09% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 165 - color contains mainly: red. Hex color #A52301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52301 is #5ADCFE. Grayscale: #464646. Windows color (decimal): -5954815 or 74661. OLE color: 74661.

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

Color convert

RGB 165 35 1 -
CMYK 0 0.79 0.99 0.35
HSL 12.44º 0.99% 0.33% -
HSV(B) 12.44º 0.99% 0.65% -
XYZ 16.12 9.2 0.96 -
YUV 69.99 89.07 195.76 -
System Red Green Blue C M Y K H S L
Decimal 165 35 1 0 0.79 0.99 0.35 12.44 0.99 0.33
Hex A5 23 1 0 4F 63 23 C 63 21
Octal 245 43 1 0 117 143 43 14 143 41
Binary 10100101 100011 1 0 1001111 1100011 100011 1100 1100011 100001

Color Harmonies of #A52301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52301

Black with #A52301

Text Example


Text Example

White with #A52301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52301; }

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

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

background-color css

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

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

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

border-color css

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

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

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