#18070F

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

Shades of Rustic Red #18070F

Tints of Rustic Red #18070F

Color information

#18070F (or 0x18070F) is unknown color: approx Rustic Red. HEX triplet: 18, 07 and 0F. RGB value is (24,7,15). Sum of RGB (Red+Green+Blue) = 24+7+15=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #18070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18070F is #E7F8F0. Grayscale: #0C0C0C. Windows color (decimal): -15202545 or 984856. OLE color: 984856.

HSL color Cylindrical-coordinate representation of color #18070F: hue angle of 331.76º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18070F is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB24715-
CMYK00.710.370.91
HSL331.76º54.84%6.08%-
HSV(B)331.76º70.83%9.41%-
XYZ0.540.380.5-
YUV13129.13135.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 52.17%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 15 (6.25% from 255) = 32.61%
R=52.17%
G=15.22%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2471500.710.370.91331.7654.846.08
Hex187F047255B14c376
Octal30717010745133514676
Binary110001111111010001111001011011011101001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18070F; }

 p { color: rgb(24,7,15); }

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

<style>
 a { background-color: #18070F; }

 a { background-color: rgb(24,7,15); }

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

<style>
 span { border-color: #18070F; }

 span { border-color: rgb(24,7,15); }

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