#231117

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

Shades of Rustic Red #231117

Tints of Rustic Red #231117

Color information

#231117 (or 0x231117) is unknown color: approx Rustic Red. HEX triplet: 23, 11 and 17. RGB value is (35,17,23). Sum of RGB (Red+Green+Blue) = 35+17+23=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231117 is #DCEEE8. Grayscale: #171717. Windows color (decimal): -14479081 or 1511715. OLE color: 1511715.

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

Color convert

RGB351723-
CMYK00.510.340.86
HSL340º34.62%10.2%-
HSV(B)340º51.43%13.73%-
XYZ1.050.820.91-
YUV23.07127.96136.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.67%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 23 (9.38% from 255) = 30.67%
R=46.67%
G=22.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35172300.510.340.8634034.6210.2
Hex231117033225615423a
Octal432127063421265244312
Binary1000111000110111011001110001010101101010101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231117; }

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

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

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

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

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

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

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

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