Html Css Color HEX #A52504 Rust

📋 copy color: '#A52504'

red 165 ◦ green 37 ◦ blue 4

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

Shades of Rust #A52504

Tints of Rust #A52504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.94%

R = 80.1%
G = 17.96%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A52504 (or 0xA52504) is known color: Rust. HEX triplet: A5, 25 and 04. RGB value is (165,37,4). Sum of RGB (Red+Green+Blue) = 165+37+4=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A52504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52504 is #5ADAFB. Grayscale: #474747. Windows color (decimal): -5954300 or 271781. OLE color: 271781.

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

Color convert

RGB 165 37 4 -
CMYK 0 0.78 0.98 0.35
HSL 12.3º 0.95% 0.33% -
HSV(B) 12.3º 0.98% 0.65% -
XYZ 16.2 9.33 1.06 -
YUV 71.51 89.91 194.68 -
System Red Green Blue C M Y K H S L
Decimal 165 37 4 0 0.78 0.98 0.35 12.3 0.95 0.33
Hex A5 25 4 0 4E 62 23 C 5F 21
Octal 245 45 4 0 116 142 43 14 137 41
Binary 10100101 100101 100 0 1001110 1100010 100011 1100 1011111 100001

Color Harmonies of #A52504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52504

Black with #A52504

Text Example


Text Example

White with #A52504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52504; }

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

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

background-color css

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

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

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

border-color css

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

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

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