Html Css Color HEX #A52500 Rust

📋 copy color: '#A52500'

red 165 ◦ green 37 ◦ blue 0

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

Shades of Rust #A52500

Tints of Rust #A52500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.68%
G = 18.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A52500 (or 0xA52500) is known color: Rust. HEX triplet: A5, 25 and 00. RGB value is (165,37,0). Sum of RGB (Red+Green+Blue) = 165+37+0=202 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.68% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 165 - color contains mainly: red. Hex color #A52500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52500 is #5ADAFF. Grayscale: #474747. Windows color (decimal): -5954304 or 9637. OLE color: 9637.

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

Color convert

RGB 165 37 0 -
CMYK 0 0.78 1 0.35
HSL 13.45º 1% 0.32% -
HSV(B) 13.45º 1% 0.65% -
XYZ 16.18 9.32 0.95 -
YUV 71.05 87.91 195.01 -
System Red Green Blue C M Y K H S L
Decimal 165 37 0 0 0.78 1 0.35 13.45 1 0.32
Hex A5 25 0 0 4E 64 23 D 64 20
Octal 245 45 0 0 116 144 43 15 144 40
Binary 10100101 100101 0 0 1001110 1100100 100011 1101 1100100 100000

Color Harmonies of #A52500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52500

Black with #A52500

Text Example


Text Example

White with #A52500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52500; }

 p { color: rgb(165,37,0); }

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

background-color css

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

 a { background-color: rgb(165,37,0); }

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

border-color css

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

 span { border-color: rgb(165,37,0); }

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