#18070C

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

Shades of Rustic Red #18070C

Tints of Rustic Red #18070C

Color information

#18070C (or 0x18070C) is unknown color: approx Rustic Red. HEX triplet: 18, 07 and 0C. RGB value is (24,7,12). Sum of RGB (Red+Green+Blue) = 24+7+12=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #18070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18070C is #E7F8F3. Grayscale: #0C0C0C. Windows color (decimal): -15202548 or 788248. OLE color: 788248.

HSL color Cylindrical-coordinate representation of color #18070C: hue angle of 342.35º 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 #18070C is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB24712-
CMYK00.710.500.91
HSL342.35º54.84%6.08%-
HSV(B)342.35º70.83%9.41%-
XYZ0.520.370.39-
YUV12.65127.63136.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 55.81%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=55.81%
G=16.28%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2471200.710.500.91342.3554.846.08
Hex187C047325B156376
Octal30714010762133526676
Binary110001111100010001111100101011011101010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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