#180003

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

Shades of Rustic Red #180003

Tints of Rustic Red #180003

Color information

#180003 (or 0x180003) is unknown color: approx Rustic Red. HEX triplet: 18, 00 and 03. RGB value is (24,0,3). Sum of RGB (Red+Green+Blue) = 24+0+3=27 (3% of max value = 765). Red value is 24 (9.77% from 255 or 88.89% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 24 - color contains mainly: red. Hex color #180003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180003 is #E7FFFC. Grayscale: #070707. Windows color (decimal): -15204349 or 196632. OLE color: 196632.

HSL color Cylindrical-coordinate representation of color #180003: hue angle of 352.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180003 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.91.

Color convert

RGB2403-
CMYK010.880.91
HSL352.5º100%4.71%-
HSV(B)352.5º100%9.41%-
XYZ0.390.20.1-
YUV7.52125.45139.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 88.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 11.11%
R=88.89%
G=0%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2403010.880.91352.51004.71
Hex1803064585B160645
Octal300301441301335401445
Binary1100001101100100101100010110111011000001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180003; }

 p { color: rgb(24,0,3); }

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

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

 a { background-color: rgb(24,0,3); }

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

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

 span { border-color: rgb(24,0,3); }

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