Html Css Color HEX #A63C10 Rust

📋 copy color: '#A63C10'

red 166 ◦ green 60 ◦ blue 16

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

Shades of Rust #A63C10

Tints of Rust #A63C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.79%

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

R = 68.6%
G = 24.79%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A63C10 (or 0xA63C10) is known color: Rust. HEX triplet: A6, 3C and 10. RGB value is (166,60,16). Sum of RGB (Red+Green+Blue) = 166+60+16=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63C10 is #59C3EF. Grayscale: #565656. Windows color (decimal): -5882864 or 1064102. OLE color: 1064102.

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

Color convert

RGB 166 60 16 -
CMYK 0 0.64 0.90 0.35
HSL 17.6º 0.82% 0.36% -
HSV(B) 17.6º 0.9% 0.65% -
XYZ 17.44 11.38 1.77 -
YUV 86.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 166 60 16 0 0.64 0.90 0.35 17.6 0.82 0.36
Hex A6 3C 10 0 40 5A 23 12 52 24
Octal 246 74 20 0 100 132 43 22 122 44
Binary 10100110 111100 10000 0 1000000 1011010 100011 10010 1010010 100100

Color Harmonies of #A63C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63C10

Black with #A63C10

Text Example


Text Example

White with #A63C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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