#180308

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

Shades of Rustic Red #180308

Tints of Rustic Red #180308

Color information

#180308 (or 0x180308) is unknown color: approx Rustic Red. HEX triplet: 18, 03 and 08. RGB value is (24,3,8). Sum of RGB (Red+Green+Blue) = 24+3+8=35 (4% of max value = 765). Red value is 24 (9.77% from 255 or 68.57% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 24 - color contains mainly: red. Hex color #180308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180308 is #E7FCF7. Grayscale: #090909. Windows color (decimal): -15203576 or 525080. OLE color: 525080.

HSL color Cylindrical-coordinate representation of color #180308: hue angle of 345.71º 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 #180308 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.91.

Color convert

RGB2438-
CMYK00.880.670.91
HSL345.71º77.78%5.29%-
HSV(B)345.71º87.5%9.41%-
XYZ0.450.280.26-
YUV9.85126.96138.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 68.57%
GREEN value IS 3 (1.56% from 255) = 8.57%
BLUE value IS 8 (3.52% from 255) = 22.86%
R=68.57%
G=8.57%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal243800.880.670.91345.7177.785.29
Hex1838058435B15a4e5
Octal3031001301031335321165
Binary1100011100001011000100001110110111010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180308; }

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

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

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

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

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

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

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

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