Html Css Color HEX #A52907 Rust

📋 copy color: '#A52907'

red 165 ◦ green 41 ◦ blue 7

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

Shades of Rust #A52907

Tints of Rust #A52907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.29%

R = 77.46%
G = 19.25%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A52907 (or 0xA52907) is known color: Rust. HEX triplet: A5, 29 and 07. RGB value is (165,41,7). Sum of RGB (Red+Green+Blue) = 165+41+7=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A52907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52907 is #5AD6F8. Grayscale: #4A4A4A. Windows color (decimal): -5953273 or 469413. OLE color: 469413.

HSL color Cylindrical-coordinate representation of color #A52907: hue angle of 12.91º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A52907 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 41 7 -
CMYK 0 0.75 0.96 0.35
HSL 12.91º 0.92% 0.34% -
HSV(B) 12.91º 0.96% 0.65% -
XYZ 16.35 9.6 1.19 -
YUV 74.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 165 41 7 0 0.75 0.96 0.35 12.91 0.92 0.34
Hex A5 29 7 0 4B 60 23 D 5C 22
Octal 245 51 7 0 113 140 43 15 134 42
Binary 10100101 101001 111 0 1001011 1100000 100011 1101 1011100 100010

Color Harmonies of #A52907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52907

Black with #A52907

Text Example


Text Example

White with #A52907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52907; }

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

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

background-color css

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

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

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

border-color css

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

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

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