#3A0F17

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

Shades of Rustic Red #3A0F17

Tints of Rustic Red #3A0F17

Color information

#3A0F17 (or 0x3A0F17) is unknown color: approx Rustic Red. HEX triplet: 3A, 0F and 17. RGB value is (58,15,23). Sum of RGB (Red+Green+Blue) = 58+15+23=96 (12% of max value = 765). Red value is 58 (23.05% from 255 or 60.42% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0F17 is #C5F0E8. Grayscale: #1C1C1C. Windows color (decimal): -12972265 or 1511226. OLE color: 1511226.

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

Color convert

RGB581523-
CMYK00.740.600.77
HSL348.84º58.9%14.31%-
HSV(B)348.84º74.14%22.75%-
XYZ2.071.30.95-
YUV28.77124.75148.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 60.42%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 23 (9.38% from 255) = 23.96%
R=60.42%
G=15.62%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58152300.740.600.77348.8458.914.31
Hex3AF1704A3C4D15d3be
Octal7217270112741155357316
Binary1110101111101110100101011110010011011010111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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