#3A141A

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

Shades of Rustic Red #3A141A

Tints of Rustic Red #3A141A

Color information

#3A141A (or 0x3A141A) is unknown color: approx Rustic Red. HEX triplet: 3A, 14 and 1A. RGB value is (58,20,26). Sum of RGB (Red+Green+Blue) = 58+20+26=104 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.77% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 58 - color contains mainly: red. Hex color #3A141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A141A is #C5EBE5. Grayscale: #202020. Windows color (decimal): -12970982 or 1709114. OLE color: 1709114.

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

Color convert

RGB582026-
CMYK00.660.550.77
HSL350.53º48.72%15.29%-
HSV(B)350.53º65.52%22.75%-
XYZ2.181.471.15-
YUV32.05124.59146.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 55.77%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 26 (10.55% from 255) = 25%
R=55.77%
G=19.23%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58202600.660.550.77350.5348.7215.29
Hex3A141A042374D15f31f
Octal7224320102671155376117
Binary11101010100110100100001011011110011011010111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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