#231518

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

Shades of Rustic Red #231518

Tints of Rustic Red #231518

Color information

#231518 (or 0x231518) is unknown color: approx Rustic Red. HEX triplet: 23, 15 and 18. RGB value is (35,21,24). Sum of RGB (Red+Green+Blue) = 35+21+24=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #231518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231518 is #DCEAE7. Grayscale: #191919. Windows color (decimal): -14478056 or 1578275. OLE color: 1578275.

HSL color Cylindrical-coordinate representation of color #231518: hue angle of 347.14º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #231518 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB352124-
CMYK00.400.310.86
HSL347.14º25%10.98%-
HSV(B)347.14º40%13.73%-
XYZ1.130.960.99-
YUV25.53127.14134.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 24 (9.77% from 255) = 30%
R=43.75%
G=26.25%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35212400.400.310.86347.142510.98
Hex2315180281F5615b19b
Octal432530050371265333113
Binary10001110101110000101000111111010110101011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231518; }

 p { color: rgb(35,21,24); }

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

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

 a { background-color: rgb(35,21,24); }

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

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

 span { border-color: rgb(35,21,24); }

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