#231217

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

Shades of Rustic Red #231217

Tints of Rustic Red #231217

Color information

#231217 (or 0x231217) is unknown color: approx Rustic Red. HEX triplet: 23, 12 and 17. RGB value is (35,18,23). Sum of RGB (Red+Green+Blue) = 35+18+23=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231217 is #DCEDE8. Grayscale: #171717. Windows color (decimal): -14478825 or 1511971. OLE color: 1511971.

HSL color Cylindrical-coordinate representation of color #231217: hue angle of 342.35º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #231217 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.86.

Color convert

RGB351823-
CMYK00.490.340.86
HSL342.35º32.08%10.39%-
HSV(B)342.35º48.57%13.73%-
XYZ1.060.850.92-
YUV23.65127.63136.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 23 (9.38% from 255) = 30.26%
R=46.05%
G=23.68%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35182300.490.340.86342.3532.0810.39
Hex231217031225615620a
Octal432227061421265264012
Binary1000111001010111011000110001010101101010101101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231217; }

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

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

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

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

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

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

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

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