Html Css Color HEX #A52700 Rust

📋 copy color: '#A52700'

red 165 ◦ green 39 ◦ blue 0

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

Shades of Rust #A52700

Tints of Rust #A52700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.88%
G = 19.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A52700 (or 0xA52700) is known color: Rust. HEX triplet: A5, 27 and 00. RGB value is (165,39,0). Sum of RGB (Red+Green+Blue) = 165+39+0=204 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.88% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 165 - color contains mainly: red. Hex color #A52700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52700 is #5AD8FF. Grayscale: #484848. Windows color (decimal): -5953792 or 10149. OLE color: 10149.

HSL color Cylindrical-coordinate representation of color #A52700: hue angle of 14.18º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A52700 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 39 0 -
CMYK 0 0.76 1 0.35
HSL 14.18º 1% 0.32% -
HSV(B) 14.18º 1% 0.65% -
XYZ 16.24 9.45 0.97 -
YUV 72.23 87.24 194.17 -
System Red Green Blue C M Y K H S L
Decimal 165 39 0 0 0.76 1 0.35 14.18 1 0.32
Hex A5 27 0 0 4C 64 23 E 64 20
Octal 245 47 0 0 114 144 43 16 144 40
Binary 10100101 100111 0 0 1001100 1100100 100011 1110 1100100 100000

Color Harmonies of #A52700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52700

Black with #A52700

Text Example


Text Example

White with #A52700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52700; }

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

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

background-color css

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

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

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

border-color css

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

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

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