#3A0B18

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

Shades of Rustic Red #3A0B18

Tints of Rustic Red #3A0B18

Color information

#3A0B18 (or 0x3A0B18) is unknown color: approx Rustic Red. HEX triplet: 3A, 0B and 18. RGB value is (58,11,24). Sum of RGB (Red+Green+Blue) = 58+11+24=93 (12% of max value = 765). Red value is 58 (23.05% from 255 or 62.37% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0B18 is #C5F4E7. Grayscale: #1A1A1A. Windows color (decimal): -12973288 or 1575738. OLE color: 1575738.

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

Color convert

RGB581124-
CMYK00.810.590.77
HSL343.4º68.12%13.53%-
HSV(B)343.4º81.03%22.75%-
XYZ2.031.20.99-
YUV26.54126.57150.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 62.37%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 24 (9.77% from 255) = 25.81%
R=62.37%
G=11.83%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58112400.810.590.77343.468.1213.53
Hex3AB180513B4D15744e
Octal72133001217311552710416
Binary11101010111100001010001111011100110110101011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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