#18070B

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

Shades of Rustic Red #18070B

Tints of Rustic Red #18070B

Color information

#18070B (or 0x18070B) is unknown color: approx Rustic Red. HEX triplet: 18, 07 and 0B. RGB value is (24,7,11). Sum of RGB (Red+Green+Blue) = 24+7+11=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #18070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18070B is #E7F8F4. Grayscale: #0C0C0C. Windows color (decimal): -15202549 or 722712. OLE color: 722712.

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

Color convert

RGB24711-
CMYK00.710.540.91
HSL345.88º54.84%6.08%-
HSV(B)345.88º70.83%9.41%-
XYZ0.510.370.36-
YUV12.54127.13136.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 57.14%
GREEN value IS 7 (3.12% from 255) = 16.67%
BLUE value IS 11 (4.69% from 255) = 26.19%
R=57.14%
G=16.67%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2471100.710.540.91345.8854.846.08
Hex187B047365B15a376
Octal30713010766133532676
Binary110001111011010001111101101011011101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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