Html Css Color HEX #A63105 Rust

📋 copy color: '#A63105'

red 166 ◦ green 49 ◦ blue 5

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

Shades of Rust #A63105

Tints of Rust #A63105

RGB

 RED value IS 166 (65.23% from 255) = 75.45%

 GREEN value IS 49 (19.53% from 255) = 22.27%

 BLUE value IS 5 (2.34% from 255) = 2.27%

R = 75.45%
G = 22.27%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A63105 (or 0xA63105) is known color: Rust. HEX triplet: A6, 31 and 05. RGB value is (166,49,5). Sum of RGB (Red+Green+Blue) = 166+49+5=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A63105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63105 is #59CEFA. Grayscale: #4F4F4F. Windows color (decimal): -5885691 or 340390. OLE color: 340390.

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

Color convert

RGB 166 49 5 -
CMYK 0 0.70 0.97 0.35
HSL 16.4º 0.94% 0.34% -
HSV(B) 16.4º 0.97% 0.65% -
XYZ 16.85 10.31 1.25 -
YUV 78.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 166 49 5 0 0.70 0.97 0.35 16.4 0.94 0.34
Hex A6 31 5 0 46 61 23 10 5E 22
Octal 246 61 5 0 106 141 43 20 136 42
Binary 10100110 110001 101 0 1000110 1100001 100011 10000 1011110 100010

Color Harmonies of #A63105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63105

Black with #A63105

Text Example


Text Example

White with #A63105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63105; }

 p { color: rgb(166,49,5); }

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

background-color css

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

 a { background-color: rgb(166,49,5); }

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

border-color css

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

 span { border-color: rgb(166,49,5); }

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