#231318

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

Shades of Rustic Red #231318

Tints of Rustic Red #231318

Color information

#231318 (or 0x231318) is unknown color: approx Rustic Red. HEX triplet: 23, 13 and 18. RGB value is (35,19,24). Sum of RGB (Red+Green+Blue) = 35+19+24=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231318 is #DCECE7. Grayscale: #181818. Windows color (decimal): -14478568 or 1577763. OLE color: 1577763.

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

Color convert

RGB351924-
CMYK00.460.310.86
HSL341.25º29.63%10.59%-
HSV(B)341.25º45.71%13.73%-
XYZ1.090.890.98-
YUV24.35127.8135.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 24 (9.77% from 255) = 30.77%
R=44.87%
G=24.36%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35192400.460.310.86341.2529.6310.59
Hex23131802E1F561551eb
Octal432330056371265253613
Binary10001110011110000101110111111010110101010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231318; }

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

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

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

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

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

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

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

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