Html Css Color HEX #A63103 Rust

📋 copy color: '#A63103'

red 166 ◦ green 49 ◦ blue 3

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

Shades of Rust #A63103

Tints of Rust #A63103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.38%

R = 76.15%
G = 22.48%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A63103 (or 0xA63103) is known color: Rust. HEX triplet: A6, 31 and 03. RGB value is (166,49,3). Sum of RGB (Red+Green+Blue) = 166+49+3=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A63103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63103 is #59CEFC. Grayscale: #4F4F4F. Windows color (decimal): -5885693 or 209318. OLE color: 209318.

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

Color convert

RGB 166 49 3 -
CMYK 0 0.70 0.98 0.35
HSL 16.93º 0.96% 0.33% -
HSV(B) 16.93º 0.98% 0.65% -
XYZ 16.84 10.31 1.19 -
YUV 78.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 166 49 3 0 0.70 0.98 0.35 16.93 0.96 0.33
Hex A6 31 3 0 46 62 23 11 60 21
Octal 246 61 3 0 106 142 43 21 140 41
Binary 10100110 110001 11 0 1000110 1100010 100011 10001 1100000 100001

Color Harmonies of #A63103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63103

Black with #A63103

Text Example


Text Example

White with #A63103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63103; }

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

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

background-color css

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

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

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

border-color css

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

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

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