#3A040B

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

Shades of Rustic Red #3A040B

Tints of Rustic Red #3A040B

Color information

#3A040B (or 0x3A040B) is unknown color: approx Rustic Red. HEX triplet: 3A, 04 and 0B. RGB value is (58,4,11). Sum of RGB (Red+Green+Blue) = 58+4+11=73 (9% of max value = 765). Red value is 58 (23.05% from 255 or 79.45% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 58 - color contains mainly: red. Hex color #3A040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A040B is #C5FBF4. Grayscale: #141414. Windows color (decimal): -12975093 or 721978. OLE color: 721978.

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

Color convert

RGB58411-
CMYK00.930.810.77
HSL352.22º87.1%12.16%-
HSV(B)352.22º93.1%22.75%-
XYZ1.851.010.41-
YUV20.94122.39154.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 79.45%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=79.45%
G=5.48%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5841100.930.810.77352.2287.112.16
Hex3A4B05D514D16057c
Octal72413013512111554012714
Binary1110101001011010111011010001100110110110000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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