#18070D

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

Shades of Rustic Red #18070D

Tints of Rustic Red #18070D

Color information

#18070D (or 0x18070D) is unknown color: approx Rustic Red. HEX triplet: 18, 07 and 0D. RGB value is (24,7,13). Sum of RGB (Red+Green+Blue) = 24+7+13=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #18070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18070D is #E7F8F2. Grayscale: #0C0C0C. Windows color (decimal): -15202547 or 853784. OLE color: 853784.

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

Color convert

RGB24713-
CMYK00.710.460.91
HSL338.82º54.84%6.08%-
HSV(B)338.82º70.83%9.41%-
XYZ0.530.380.43-
YUV12.77128.13136.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 54.55%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 13 (5.47% from 255) = 29.55%
R=54.55%
G=15.91%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2471300.710.460.91338.8254.846.08
Hex187D0472E5B153376
Octal30715010756133523676
Binary110001111101010001111011101011011101010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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