Html Css Color HEX #A52707 Rust

📋 copy color: '#A52707'

red 165 ◦ green 39 ◦ blue 7

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

Shades of Rust #A52707

Tints of Rust #A52707

RGB

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

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

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

R = 78.2%
G = 18.48%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A52707 (or 0xA52707) is known color: Rust. HEX triplet: A5, 27 and 07. RGB value is (165,39,7). Sum of RGB (Red+Green+Blue) = 165+39+7=211 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.20% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 165 - color contains mainly: red. Hex color #A52707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52707 is #5AD8F8. Grayscale: #494949. Windows color (decimal): -5953785 or 468901. OLE color: 468901.

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

Color convert

RGB 165 39 7 -
CMYK 0 0.76 0.96 0.35
HSL 12.15º 0.92% 0.34% -
HSV(B) 12.15º 0.96% 0.65% -
XYZ 16.28 9.47 1.17 -
YUV 73.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 165 39 7 0 0.76 0.96 0.35 12.15 0.92 0.34
Hex A5 27 7 0 4C 60 23 C 5C 22
Octal 245 47 7 0 114 140 43 14 134 42
Binary 10100101 100111 111 0 1001100 1100000 100011 1100 1011100 100010

Color Harmonies of #A52707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52707

Black with #A52707

Text Example


Text Example

White with #A52707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52707; }

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

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

background-color css

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

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

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

border-color css

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

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

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