Html Css Color HEX #A52704 Rust

📋 copy color: '#A52704'

red 165 ◦ green 39 ◦ blue 4

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

Shades of Rust #A52704

Tints of Rust #A52704

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.75%

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

R = 79.33%
G = 18.75%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A52704 (or 0xA52704) is known color: Rust. HEX triplet: A5, 27 and 04. RGB value is (165,39,4). Sum of RGB (Red+Green+Blue) = 165+39+4=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A52704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52704 is #5AD8FB. Grayscale: #484848. Windows color (decimal): -5953788 or 272293. OLE color: 272293.

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

Color convert

RGB 165 39 4 -
CMYK 0 0.76 0.98 0.35
HSL 13.04º 0.95% 0.33% -
HSV(B) 13.04º 0.98% 0.65% -
XYZ 16.26 9.46 1.08 -
YUV 72.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 165 39 4 0 0.76 0.98 0.35 13.04 0.95 0.33
Hex A5 27 4 0 4C 62 23 D 5F 21
Octal 245 47 4 0 114 142 43 15 137 41
Binary 10100101 100111 100 0 1001100 1100010 100011 1101 1011111 100001

Color Harmonies of #A52704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52704

Black with #A52704

Text Example


Text Example

White with #A52704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52704; }

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

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

background-color css

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

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

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

border-color css

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

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

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