#231118

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

Shades of Rustic Red #231118

Tints of Rustic Red #231118

Color information

#231118 (or 0x231118) is unknown color: approx Rustic Red. HEX triplet: 23, 11 and 18. RGB value is (35,17,24). Sum of RGB (Red+Green+Blue) = 35+17+24=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231118 is #DCEEE7. Grayscale: #171717. Windows color (decimal): -14479080 or 1577251. OLE color: 1577251.

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

Color convert

RGB351724-
CMYK00.510.310.86
HSL336.67º34.62%10.2%-
HSV(B)336.67º51.43%13.73%-
XYZ1.060.820.97-
YUV23.18128.46136.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=46.05%
G=22.37%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35172400.510.310.86336.6734.6210.2
Hex2311180331F5615123a
Octal432130063371265214312
Binary100011100011100001100111111110101101010100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231118; }

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

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

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

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

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

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

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

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