#3A1A1B

Color #3A1A1B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #3A1A1B

Tints of Rustic Red #3A1A1B

Color information

#3A1A1B (or 0x3A1A1B) is unknown color: approx Rustic Red. HEX triplet: 3A, 1A and 1B. RGB value is (58,26,27). Sum of RGB (Red+Green+Blue) = 58+26+27=111 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.25% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A1B is #C5E5E4. Grayscale: #232323. Windows color (decimal): -12969445 or 1776186. OLE color: 1776186.

HSL color Cylindrical-coordinate representation of color #3A1A1B: hue angle of 358.12º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A1A1B is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB582627-
CMYK00.550.530.77
HSL358.12º38.1%16.47%-
HSV(B)358.12º55.17%22.75%-
XYZ2.311.721.25-
YUV35.68123.1143.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 52.25%
GREEN value IS 26 (10.55% from 255) = 23.42%
BLUE value IS 27 (10.94% from 255) = 24.32%
R=52.25%
G=23.42%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58262700.550.530.77358.1238.116.47
Hex3A1A1B037354D1662610
Octal723233067651155464620
Binary11101011010110110110111110101100110110110011010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A1A1B; }

 p { color: rgb(58,26,27); }

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

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

 a { background-color: rgb(58,26,27); }

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

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

 span { border-color: rgb(58,26,27); }

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