Html Css Color HEX #A63310 Rust

📋 copy color: '#A63310'

red 166 ◦ green 51 ◦ blue 16

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

Shades of Rust #A63310

Tints of Rust #A63310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

 BLUE value IS 16 (6.64% from 255) = 6.87%

R = 71.24%
G = 21.89%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A63310 (or 0xA63310) is known color: Rust. HEX triplet: A6, 33 and 10. RGB value is (166,51,16). Sum of RGB (Red+Green+Blue) = 166+51+16=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A63310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63310 is #59CCEF. Grayscale: #515151. Windows color (decimal): -5885168 or 1061798. OLE color: 1061798.

HSL color Cylindrical-coordinate representation of color #A63310: hue angle of 14º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A63310 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 51 16 -
CMYK 0 0.69 0.90 0.35
HSL 14º 0.82% 0.36% -
HSV(B) 14º 0.9% 0.65% -
XYZ 17 10.51 1.62 -
YUV 81.4 91.1 188.35 -
System Red Green Blue C M Y K H S L
Decimal 166 51 16 0 0.69 0.90 0.35 14 0.82 0.36
Hex A6 33 10 0 45 5A 23 E 52 24
Octal 246 63 20 0 105 132 43 16 122 44
Binary 10100110 110011 10000 0 1000101 1011010 100011 1110 1010010 100100

Color Harmonies of #A63310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63310

Black with #A63310

Text Example


Text Example

White with #A63310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63310; }

 p { color: rgb(166,51,16); }

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

background-color css

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

 a { background-color: rgb(166,51,16); }

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

border-color css

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

 span { border-color: rgb(166,51,16); }

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