Html Css Color HEX #A63200 Rust

📋 copy color: '#A63200'

red 166 ◦ green 50 ◦ blue 0

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

Shades of Rust #A63200

Tints of Rust #A63200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.85%
G = 23.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A63200 (or 0xA63200) is known color: Rust. HEX triplet: A6, 32 and 00. RGB value is (166,50,0). Sum of RGB (Red+Green+Blue) = 166+50+0=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A63200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63200 is #59CDFF. Grayscale: #4F4F4F. Windows color (decimal): -5885440 or 12966. OLE color: 12966.

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

Color convert

RGB 166 50 0 -
CMYK 0 0.70 1 0.35
HSL 18.07º 1% 0.33% -
HSV(B) 18.07º 1% 0.65% -
XYZ 16.87 10.39 1.12 -
YUV 78.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 166 50 0 0 0.70 1 0.35 18.07 1 0.33
Hex A6 32 0 0 46 64 23 12 64 21
Octal 246 62 0 0 106 144 43 22 144 41
Binary 10100110 110010 0 0 1000110 1100100 100011 10010 1100100 100001

Color Harmonies of #A63200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63200

Black with #A63200

Text Example


Text Example

White with #A63200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63200; }

 p { color: rgb(166,50,0); }

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

background-color css

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

 a { background-color: rgb(166,50,0); }

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

border-color css

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

 span { border-color: rgb(166,50,0); }

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