#180309

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

Shades of Rustic Red #180309

Tints of Rustic Red #180309

Color information

#180309 (or 0x180309) is unknown color: approx Rustic Red. HEX triplet: 18, 03 and 09. RGB value is (24,3,9). Sum of RGB (Red+Green+Blue) = 24+3+9=36 (4% of max value = 765). Red value is 24 (9.77% from 255 or 66.67% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 24 - color contains mainly: red. Hex color #180309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180309 is #E7FCF6. Grayscale: #090909. Windows color (decimal): -15203575 or 590616. OLE color: 590616.

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

Color convert

RGB2439-
CMYK00.880.630.91
HSL342.86º77.78%5.29%-
HSV(B)342.86º87.5%9.41%-
XYZ0.460.280.29-
YUV9.96127.46138.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 8.33%
BLUE value IS 9 (3.91% from 255) = 25%
R=66.67%
G=8.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal243900.880.630.91342.8677.785.29
Hex18390583F5B1574e5
Octal303110130771335271165
Binary110001110010101100011111110110111010101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180309; }

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

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

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

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

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

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

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

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