Html Css Color HEX #A52900 Rust

📋 copy color: '#A52900'

red 165 ◦ green 41 ◦ blue 0

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

Shades of Rust #A52900

Tints of Rust #A52900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

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

R = 80.1%
G = 19.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A52900 (or 0xA52900) is known color: Rust. HEX triplet: A5, 29 and 00. RGB value is (165,41,0). Sum of RGB (Red+Green+Blue) = 165+41+0=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A52900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52900 is #5AD6FF. Grayscale: #494949. Windows color (decimal): -5953280 or 10661. OLE color: 10661.

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

Color convert

RGB 165 41 0 -
CMYK 0 0.75 1 0.35
HSL 14.91º 1% 0.32% -
HSV(B) 14.91º 1% 0.65% -
XYZ 16.31 9.59 0.99 -
YUV 73.4 86.58 193.33 -
System Red Green Blue C M Y K H S L
Decimal 165 41 0 0 0.75 1 0.35 14.91 1 0.32
Hex A5 29 0 0 4B 64 23 F 64 20
Octal 245 51 0 0 113 144 43 17 144 40
Binary 10100101 101001 0 0 1001011 1100100 100011 1111 1100100 100000

Color Harmonies of #A52900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52900

Black with #A52900

Text Example


Text Example

White with #A52900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52900; }

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

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

background-color css

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

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

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

border-color css

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

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

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