Html Css Color HEX #A55008 Rust

📋 copy color: '#A55008'

red 165 ◦ green 80 ◦ blue 8

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

Shades of Rust #A55008

Tints of Rust #A55008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.62%

 BLUE value IS 8 (3.52% from 255) = 3.16%

R = 65.22%
G = 31.62%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A55008 (or 0xA55008) is known color: Rust. HEX triplet: A5, 50 and 08. RGB value is (165,80,8). Sum of RGB (Red+Green+Blue) = 165+80+8=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A55008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55008 is #5AAFF7. Grayscale: #616161. Windows color (decimal): -5943288 or 544933. OLE color: 544933.

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

Color convert

RGB 165 80 8 -
CMYK 0 0.52 0.95 0.35
HSL 27.52º 0.91% 0.34% -
HSV(B) 27.52º 0.95% 0.65% -
XYZ 18.43 13.75 1.91 -
YUV 97.21 77.66 176.35 -
System Red Green Blue C M Y K H S L
Decimal 165 80 8 0 0.52 0.95 0.35 27.52 0.91 0.34
Hex A5 50 8 0 34 5F 23 1C 5B 22
Octal 245 120 10 0 64 137 43 34 133 42
Binary 10100101 1010000 1000 0 110100 1011111 100011 11100 1011011 100010

Color Harmonies of #A55008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55008

Black with #A55008

Text Example


Text Example

White with #A55008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55008; }

 p { color: rgb(165,80,8); }

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

background-color css

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

 a { background-color: rgb(165,80,8); }

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

border-color css

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

 span { border-color: rgb(165,80,8); }

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