Html Css Color HEX #A63916 Rust

📋 copy color: '#A63916'

red 166 ◦ green 57 ◦ blue 22

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

Shades of Rust #A63916

Tints of Rust #A63916

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.27%

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 67.76%
G = 23.27%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A63916 (or 0xA63916) is known color: Rust. HEX triplet: A6, 39 and 16. RGB value is (166,57,22). Sum of RGB (Red+Green+Blue) = 166+57+22=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A63916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63916 is #59C6E9. Grayscale: #555555. Windows color (decimal): -5883626 or 1456550. OLE color: 1456550.

HSL color Cylindrical-coordinate representation of color #A63916: hue angle of 14.58º degrees, saturation: 0.77, 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 #A63916 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 57 22 -
CMYK 0 0.66 0.87 0.35
HSL 14.58º 0.77% 0.37% -
HSV(B) 14.58º 0.87% 0.65% -
XYZ 17.33 11.09 1.99 -
YUV 85.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 166 57 22 0 0.66 0.87 0.35 14.58 0.77 0.37
Hex A6 39 16 0 42 57 23 F 4D 25
Octal 246 71 26 0 102 127 43 17 115 45
Binary 10100110 111001 10110 0 1000010 1010111 100011 1111 1001101 100101

Color Harmonies of #A63916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63916

Black with #A63916

Text Example


Text Example

White with #A63916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63916; }

 p { color: rgb(166,57,22); }

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

background-color css

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

 a { background-color: rgb(166,57,22); }

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

border-color css

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

 span { border-color: rgb(166,57,22); }

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