Html Css Color HEX #A52201 Rust

📋 copy color: '#A52201'

red 165 ◦ green 34 ◦ blue 1

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

Shades of Rust #A52201

Tints of Rust #A52201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17%

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

R = 82.5%
G = 17%
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

#A52201 (or 0xA52201) is known color: Rust. HEX triplet: A5, 22 and 01. RGB value is (165,34,1). Sum of RGB (Red+Green+Blue) = 165+34+1=200 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 165 - color contains mainly: red. Hex color #A52201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52201 is #5ADDFE. Grayscale: #454545. Windows color (decimal): -5955071 or 74405. OLE color: 74405.

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

Color convert

RGB 165 34 1 -
CMYK 0 0.79 0.99 0.35
HSL 12.07º 0.99% 0.33% -
HSV(B) 12.07º 0.99% 0.65% -
XYZ 16.09 9.15 0.95 -
YUV 69.41 89.4 196.18 -
System Red Green Blue C M Y K H S L
Decimal 165 34 1 0 0.79 0.99 0.35 12.07 0.99 0.33
Hex A5 22 1 0 4F 63 23 C 63 21
Octal 245 42 1 0 117 143 43 14 143 41
Binary 10100101 100010 1 0 1001111 1100011 100011 1100 1100011 100001

Color Harmonies of #A52201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52201

Black with #A52201

Text Example


Text Example

White with #A52201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52201; }

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

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

background-color css

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

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

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

border-color css

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

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

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