Html Css Color HEX #A63D00 Rust

📋 copy color: '#A63D00'

red 166 ◦ green 61 ◦ blue 0

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

Shades of Rust #A63D00

Tints of Rust #A63D00

RGB

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

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

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

R = 73.13%
G = 26.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A63D00 (or 0xA63D00) is known color: Rust. HEX triplet: A6, 3D and 00. RGB value is (166,61,0). Sum of RGB (Red+Green+Blue) = 166+61+0=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63D00 is #59C2FF. Grayscale: #555555. Windows color (decimal): -5882624 or 15782. OLE color: 15782.

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

Color convert

RGB 166 61 0 -
CMYK 0 0.63 1 0.35
HSL 22.05º 1% 0.33% -
HSV(B) 22.05º 1% 0.65% -
XYZ 17.39 11.44 1.29 -
YUV 85.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 166 61 0 0 0.63 1 0.35 22.05 1 0.33
Hex A6 3D 0 0 3F 64 23 16 64 21
Octal 246 75 0 0 77 144 43 26 144 41
Binary 10100110 111101 0 0 111111 1100100 100011 10110 1100100 100001

Color Harmonies of #A63D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D00

Black with #A63D00

Text Example


Text Example

White with #A63D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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