Html Css Color HEX #A63D10 Rust

📋 copy color: '#A63D10'

red 166 ◦ green 61 ◦ blue 16

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

Shades of Rust #A63D10

Tints of Rust #A63D10

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.1%

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

R = 68.31%
G = 25.1%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A63D10 (or 0xA63D10) is known color: Rust. HEX triplet: A6, 3D and 10. RGB value is (166,61,16). Sum of RGB (Red+Green+Blue) = 166+61+16=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63D10 is #59C2EF. Grayscale: #575757. Windows color (decimal): -5882608 or 1064358. OLE color: 1064358.

HSL color Cylindrical-coordinate representation of color #A63D10: hue angle of 18º 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 #A63D10 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 61 16 -
CMYK 0 0.63 0.90 0.35
HSL 18º 0.82% 0.36% -
HSV(B) 18º 0.9% 0.65% -
XYZ 17.49 11.48 1.78 -
YUV 87.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 166 61 16 0 0.63 0.90 0.35 18 0.82 0.36
Hex A6 3D 10 0 3F 5A 23 12 52 24
Octal 246 75 20 0 77 132 43 22 122 44
Binary 10100110 111101 10000 0 111111 1011010 100011 10010 1010010 100100

Color Harmonies of #A63D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D10

Black with #A63D10

Text Example


Text Example

White with #A63D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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