#A8361B

Color #A8361B Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A8361B

Tints of Rust #A8361B

Color information

#A8361B (or 0xA8361B) is unknown color: approx Rust. HEX triplet: A8, 36 and 1B. RGB value is (168,54,27). Sum of RGB (Red+Green+Blue) = 168+54+27=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A8361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8361B is #57C9E4. Grayscale: #555555. Windows color (decimal): -5753317 or 1783464. OLE color: 1783464.

HSL color Cylindrical-coordinate representation of color #A8361B: hue angle of 11.49º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8361B is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB1685427-
CMYK00.680.840.34
HSL11.49º72.31%38.24%-
HSV(B)11.49º83.93%65.88%-
XYZ17.6711.042.24-
YUV85.0195.27187.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.47%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 27 (10.94% from 255) = 10.84%
R=67.47%
G=21.69%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168542700.680.840.3411.4972.3138.24
HexA8361B0445422b4826
Octal25066330104124421311046
Binary101010001101101101101000100101010010001010111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8361B; }

 p { color: rgb(168,54,27); }

 H1.HeaderClassName
 {
   color: #A8361B;
 }
 .AnyTagClassName
 {
   color: #A8361B;
 }
</style>
background-color css

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

 a { background-color: rgb(168,54,27); }

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

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

 span { border-color: rgb(168,54,27); }

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