#3A131B

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

Shades of Rustic Red #3A131B

Tints of Rustic Red #3A131B

Color information

#3A131B (or 0x3A131B) is unknown color: approx Rustic Red. HEX triplet: 3A, 13 and 1B. RGB value is (58,19,27). Sum of RGB (Red+Green+Blue) = 58+19+27=104 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.77% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 58 - color contains mainly: red. Hex color #3A131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A131B is #C5ECE4. Grayscale: #1F1F1F. Windows color (decimal): -12971237 or 1774394. OLE color: 1774394.

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

Color convert

RGB581927-
CMYK00.670.530.77
HSL347.69º50.65%15.1%-
HSV(B)347.69º67.24%22.75%-
XYZ2.181.441.2-
YUV31.57125.42146.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 55.77%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=55.77%
G=18.27%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58192700.670.530.77347.6950.6515.1
Hex3A131B043354D15c33f
Octal7223330103651155346317
Binary11101010011110110100001111010110011011010111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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