#3A0B0E

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

Shades of Rustic Red #3A0B0E

Tints of Rustic Red #3A0B0E

Color information

#3A0B0E (or 0x3A0B0E) is unknown color: approx Rustic Red. HEX triplet: 3A, 0B and 0E. RGB value is (58,11,14). Sum of RGB (Red+Green+Blue) = 58+11+14=83 (10% of max value = 765). Red value is 58 (23.05% from 255 or 69.88% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0B0E is #C5F4F1. Grayscale: #191919. Windows color (decimal): -12973298 or 920378. OLE color: 920378.

HSL color Cylindrical-coordinate representation of color #3A0B0E: hue angle of 356.17º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A0B0E is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.77.

Color convert

RGB581114-
CMYK00.810.760.77
HSL356.17º68.12%13.53%-
HSV(B)356.17º81.03%22.75%-
XYZ1.941.170.54-
YUV25.4121.57151.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 69.88%
GREEN value IS 11 (4.69% from 255) = 13.25%
BLUE value IS 14 (5.86% from 255) = 16.87%
R=69.88%
G=13.25%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58111400.810.760.77356.1768.1213.53
Hex3ABE0514C4D16444e
Octal721316012111411554410416
Binary11101010111110010100011001100100110110110010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,11,14); }

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

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

 a { background-color: rgb(58,11,14); }

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

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

 span { border-color: rgb(58,11,14); }

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