#231113

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

Shades of Rustic Red #231113

Tints of Rustic Red #231113

Color information

#231113 (or 0x231113) is unknown color: approx Rustic Red. HEX triplet: 23, 11 and 13. RGB value is (35,17,19). Sum of RGB (Red+Green+Blue) = 35+17+19=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #231113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231113 is #DCEEEC. Grayscale: #161616. Windows color (decimal): -14479085 or 1249571. OLE color: 1249571.

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

Color convert

RGB351719-
CMYK00.510.460.86
HSL353.33º34.62%10.2%-
HSV(B)353.33º51.43%13.73%-
XYZ1.010.810.72-
YUV22.61125.96136.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 49.30%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 19 (7.81% from 255) = 26.76%
R=49.30%
G=23.94%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35171900.510.460.86353.3334.6210.2
Hex2311130332E5616123a
Octal432123063561265414312
Binary1000111000110011011001110111010101101011000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231113; }

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

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

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

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

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

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

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

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