#3A131C

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

Shades of Rustic Red #3A131C

Tints of Rustic Red #3A131C

Color information

#3A131C (or 0x3A131C) is unknown color: approx Rustic Red. HEX triplet: 3A, 13 and 1C. RGB value is (58,19,28). Sum of RGB (Red+Green+Blue) = 58+19+28=105 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.24% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 58 - color contains mainly: red. Hex color #3A131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A131C is #C5ECE3. Grayscale: #1F1F1F. Windows color (decimal): -12971236 or 1839930. OLE color: 1839930.

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

Color convert

RGB581928-
CMYK00.670.520.77
HSL346.15º50.65%15.1%-
HSV(B)346.15º67.24%22.75%-
XYZ2.191.451.26-
YUV31.69125.92146.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 55.24%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=55.24%
G=18.10%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58192800.670.520.77346.1550.6515.1
Hex3A131C043344D15a33f
Octal7223340103641155326317
Binary11101010011111000100001111010010011011010110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,19,28); }

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

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

 a { background-color: rgb(58,19,28); }

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

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

 span { border-color: rgb(58,19,28); }

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