#231115

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

Shades of Rustic Red #231115

Tints of Rustic Red #231115

Color information

#231115 (or 0x231115) is unknown color: approx Rustic Red. HEX triplet: 23, 11 and 15. RGB value is (35,17,21). Sum of RGB (Red+Green+Blue) = 35+17+21=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #231115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231115 is #DCEEEA. Grayscale: #161616. Windows color (decimal): -14479083 or 1380643. OLE color: 1380643.

HSL color Cylindrical-coordinate representation of color #231115: hue angle of 346.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 #231115 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB351721-
CMYK00.510.400.86
HSL346.67º34.62%10.2%-
HSV(B)346.67º51.43%13.73%-
XYZ1.030.810.81-
YUV22.84126.96136.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 21 (8.59% from 255) = 28.77%
R=47.95%
G=23.29%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35172100.510.400.86346.6734.6210.2
Hex231115033285615b23a
Octal432125063501265334312
Binary1000111000110101011001110100010101101010110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231115; }

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

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

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

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

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

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

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

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