#3A0F10

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

Shades of Rustic Red #3A0F10

Tints of Rustic Red #3A0F10

Color information

#3A0F10 (or 0x3A0F10) is unknown color: approx Rustic Red. HEX triplet: 3A, 0F and 10. RGB value is (58,15,16). Sum of RGB (Red+Green+Blue) = 58+15+16=89 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.17% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0F10 is #C5F0EF. Grayscale: #1C1C1C. Windows color (decimal): -12972272 or 1052474. OLE color: 1052474.

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

Color convert

RGB581516-
CMYK00.740.720.77
HSL358.6º58.9%14.31%-
HSV(B)358.6º74.14%22.75%-
XYZ2.011.280.63-
YUV27.97121.25149.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 65.17%
GREEN value IS 15 (6.25% from 255) = 16.85%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=65.17%
G=16.85%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58151600.740.720.77358.658.914.31
Hex3AF1004A484D1673be
Octal72172001121101155477316
Binary11101011111000001001010100100010011011011001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,15,16); }

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

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

 a { background-color: rgb(58,15,16); }

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

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

 span { border-color: rgb(58,15,16); }

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