#231415

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

Shades of Rustic Red #231415

Tints of Rustic Red #231415

Color information

#231415 (or 0x231415) is unknown color: approx Rustic Red. HEX triplet: 23, 14 and 15. RGB value is (35,20,21). Sum of RGB (Red+Green+Blue) = 35+20+21=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231415 is #DCEBEA. Grayscale: #181818. Windows color (decimal): -14478315 or 1381411. OLE color: 1381411.

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

Color convert

RGB352021-
CMYK00.430.400.86
HSL356º27.27%10.78%-
HSV(B)356º42.86%13.73%-
XYZ1.080.910.83-
YUV24.6125.97135.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=46.05%
G=26.32%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35202100.430.400.8635627.2710.78
Hex23141502B28561641bb
Octal432425053501265443313
Binary100011101001010101010111010001010110101100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231415; }

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

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

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

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

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

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

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

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