#3A1A1F

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

Shades of Rustic Red #3A1A1F

Tints of Rustic Red #3A1A1F

Color information

#3A1A1F (or 0x3A1A1F) is unknown color: approx Rustic Red. HEX triplet: 3A, 1A and 1F. RGB value is (58,26,31). Sum of RGB (Red+Green+Blue) = 58+26+31=115 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.43% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A1F is #C5E5E0. Grayscale: #242424. Windows color (decimal): -12969441 or 2038330. OLE color: 2038330.

HSL color Cylindrical-coordinate representation of color #3A1A1F: hue angle of 350.62º 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 #3A1A1F is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB582631-
CMYK00.550.470.77
HSL350.62º38.1%16.47%-
HSV(B)350.62º55.17%22.75%-
XYZ2.361.741.51-
YUV36.14125.1143.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50.43%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=50.43%
G=22.61%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58263100.550.470.77350.6238.116.47
Hex3A1A1F0372F4D15f2610
Octal723237067571155374620
Binary11101011010111110110111101111100110110101111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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