#3A141B

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

Shades of Rustic Red #3A141B

Tints of Rustic Red #3A141B

Color information

#3A141B (or 0x3A141B) is unknown color: approx Rustic Red. HEX triplet: 3A, 14 and 1B. RGB value is (58,20,27). Sum of RGB (Red+Green+Blue) = 58+20+27=105 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.24% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 58 - color contains mainly: red. Hex color #3A141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A141B is #C5EBE4. Grayscale: #202020. Windows color (decimal): -12970981 or 1774650. OLE color: 1774650.

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

Color convert

RGB582027-
CMYK00.660.530.77
HSL348.95º48.72%15.29%-
HSV(B)348.95º65.52%22.75%-
XYZ2.191.481.21-
YUV32.16125.09146.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 55.24%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=55.24%
G=19.05%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58202700.660.530.77348.9548.7215.29
Hex3A141B042354D15d31f
Octal7224330102651155356117
Binary11101010100110110100001011010110011011010111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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