Html Css Color HEX #A55103 Rust

📋 copy color: '#A55103'

red 165 ◦ green 81 ◦ blue 3

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

Shades of Rust #A55103

Tints of Rust #A55103

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 66.27%
G = 32.53%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A55103 (or 0xA55103) is known color: Rust. HEX triplet: A5, 51 and 03. RGB value is (165,81,3). Sum of RGB (Red+Green+Blue) = 165+81+3=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A55103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55103 is #5AAEFC. Grayscale: #616161. Windows color (decimal): -5943037 or 217509. OLE color: 217509.

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

Color convert

RGB 165 81 3 -
CMYK 0 0.51 0.98 0.35
HSL 28.89º 0.96% 0.33% -
HSV(B) 28.89º 0.98% 0.65% -
XYZ 18.48 13.89 1.79 -
YUV 97.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 165 81 3 0 0.51 0.98 0.35 28.89 0.96 0.33
Hex A5 51 3 0 33 62 23 1D 60 21
Octal 245 121 3 0 63 142 43 35 140 41
Binary 10100101 1010001 11 0 110011 1100010 100011 11101 1100000 100001

Color Harmonies of #A55103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55103

Black with #A55103

Text Example


Text Example

White with #A55103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55103; }

 p { color: rgb(165,81,3); }

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

background-color css

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

 a { background-color: rgb(165,81,3); }

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

border-color css

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

 span { border-color: rgb(165,81,3); }

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