Html Css Color HEX #A63101 Rust

📋 copy color: '#A63101'

red 166 ◦ green 49 ◦ blue 1

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

Shades of Rust #A63101

Tints of Rust #A63101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 76.85%
G = 22.69%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A63101 (or 0xA63101) is known color: Rust. HEX triplet: A6, 31 and 01. RGB value is (166,49,1). Sum of RGB (Red+Green+Blue) = 166+49+1=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A63101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63101 is #59CEFE. Grayscale: #4E4E4E. Windows color (decimal): -5885695 or 78246. OLE color: 78246.

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

Color convert

RGB 166 49 1 -
CMYK 0 0.70 0.99 0.35
HSL 17.45º 0.99% 0.33% -
HSV(B) 17.45º 0.99% 0.65% -
XYZ 16.83 10.31 1.13 -
YUV 78.51 84.26 190.4 -
System Red Green Blue C M Y K H S L
Decimal 166 49 1 0 0.70 0.99 0.35 17.45 0.99 0.33
Hex A6 31 1 0 46 63 23 11 63 21
Octal 246 61 1 0 106 143 43 21 143 41
Binary 10100110 110001 1 0 1000110 1100011 100011 10001 1100011 100001

Color Harmonies of #A63101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63101

Black with #A63101

Text Example


Text Example

White with #A63101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63101; }

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

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

background-color css

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

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

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

border-color css

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

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

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