Html Css Color HEX #A63115 Rust

📋 copy color: '#A63115'

red 166 ◦ green 49 ◦ blue 21

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

Shades of Rust #A63115

Tints of Rust #A63115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.9%

R = 70.34%
G = 20.76%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A63115 (or 0xA63115) is known color: Rust. HEX triplet: A6, 31 and 15. RGB value is (166,49,21). Sum of RGB (Red+Green+Blue) = 166+49+21=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A63115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63115 is #59CEEA. Grayscale: #515151. Windows color (decimal): -5885675 or 1388966. OLE color: 1388966.

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

Color convert

RGB 166 49 21 -
CMYK 0 0.70 0.87 0.35
HSL 11.59º 0.78% 0.37% -
HSV(B) 11.59º 0.87% 0.65% -
XYZ 16.96 10.36 1.81 -
YUV 80.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 166 49 21 0 0.70 0.87 0.35 11.59 0.78 0.37
Hex A6 31 15 0 46 57 23 C 4E 25
Octal 246 61 25 0 106 127 43 14 116 45
Binary 10100110 110001 10101 0 1000110 1010111 100011 1100 1001110 100101

Color Harmonies of #A63115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63115

Black with #A63115

Text Example


Text Example

White with #A63115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63115; }

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

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

background-color css

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

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

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

border-color css

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

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

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