#231618

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

Shades of Rustic Red #231618

Tints of Rustic Red #231618

Color information

#231618 (or 0x231618) is unknown color: approx Rustic Red. HEX triplet: 23, 16 and 18. RGB value is (35,22,24). Sum of RGB (Red+Green+Blue) = 35+22+24=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #231618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231618 is #DCE9E7. Grayscale: #1A1A1A. Windows color (decimal): -14477800 or 1578531. OLE color: 1578531.

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

Color convert

RGB352224-
CMYK00.370.310.86
HSL350.77º22.81%11.18%-
HSV(B)350.77º37.14%13.73%-
XYZ1.1411-
YUV26.12126.81134.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.21%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=43.21%
G=27.16%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35222400.370.310.86350.7722.8111.18
Hex2316180251F5615f17b
Octal432630045371265372713
Binary10001110110110000100101111111010110101011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231618; }

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

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

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

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

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

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

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

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