#3A131A

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

Shades of Rustic Red #3A131A

Tints of Rustic Red #3A131A

Color information

#3A131A (or 0x3A131A) is unknown color: approx Rustic Red. HEX triplet: 3A, 13 and 1A. RGB value is (58,19,26). Sum of RGB (Red+Green+Blue) = 58+19+26=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A131A is #C5ECE5. Grayscale: #1F1F1F. Windows color (decimal): -12971238 or 1708858. OLE color: 1708858.

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

Color convert

RGB581926-
CMYK00.670.550.77
HSL349.23º50.65%15.1%-
HSV(B)349.23º67.24%22.75%-
XYZ2.161.441.14-
YUV31.46124.92146.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 56.31%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=56.31%
G=18.45%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58192600.670.550.77349.2350.6515.1
Hex3A131A043374D15d33f
Octal7223320103671155356317
Binary11101010011110100100001111011110011011010111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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