Html Css Color HEX #A63800 Rust

📋 copy color: '#A63800'

red 166 ◦ green 56 ◦ blue 0

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

Shades of Rust #A63800

Tints of Rust #A63800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.23%

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

R = 74.77%
G = 25.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A63800 (or 0xA63800) is known color: Rust. HEX triplet: A6, 38 and 00. RGB value is (166,56,0). Sum of RGB (Red+Green+Blue) = 166+56+0=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A63800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63800 is #59C7FF. Grayscale: #525252. Windows color (decimal): -5883904 or 14502. OLE color: 14502.

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

Color convert

RGB 166 56 0 -
CMYK 0 0.66 1 0.35
HSL 20.24º 1% 0.33% -
HSV(B) 20.24º 1% 0.65% -
XYZ 17.14 10.94 1.21 -
YUV 82.51 81.44 187.55 -
System Red Green Blue C M Y K H S L
Decimal 166 56 0 0 0.66 1 0.35 20.24 1 0.33
Hex A6 38 0 0 42 64 23 14 64 21
Octal 246 70 0 0 102 144 43 24 144 41
Binary 10100110 111000 0 0 1000010 1100100 100011 10100 1100100 100001

Color Harmonies of #A63800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63800

Black with #A63800

Text Example


Text Example

White with #A63800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63800; }

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

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

background-color css

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

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

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

border-color css

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

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

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