Html Css Color HEX #A52404 Rust

📋 copy color: '#A52404'

red 165 ◦ green 36 ◦ blue 4

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

Shades of Rust #A52404

Tints of Rust #A52404

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

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

R = 80.49%
G = 17.56%
B = 1.95%

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

#A52404 (or 0xA52404) is known color: Rust. HEX triplet: A5, 24 and 04. RGB value is (165,36,4). Sum of RGB (Red+Green+Blue) = 165+36+4=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A52404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52404 is #5ADBFB. Grayscale: #474747. Windows color (decimal): -5954556 or 271525. OLE color: 271525.

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

Color convert

RGB 165 36 4 -
CMYK 0 0.78 0.98 0.35
HSL 11.93º 0.95% 0.33% -
HSV(B) 11.93º 0.98% 0.65% -
XYZ 16.17 9.27 1.05 -
YUV 70.92 90.24 195.1 -
System Red Green Blue C M Y K H S L
Decimal 165 36 4 0 0.78 0.98 0.35 11.93 0.95 0.33
Hex A5 24 4 0 4E 62 23 C 5F 21
Octal 245 44 4 0 116 142 43 14 137 41
Binary 10100101 100100 100 0 1001110 1100010 100011 1100 1011111 100001

Color Harmonies of #A52404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52404

Black with #A52404

Text Example


Text Example

White with #A52404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52404; }

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

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

background-color css

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

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

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

border-color css

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

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

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