#231617

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

Shades of Rustic Red #231617

Tints of Rustic Red #231617

Color information

#231617 (or 0x231617) is unknown color: approx Rustic Red. HEX triplet: 23, 16 and 17. RGB value is (35,22,23). Sum of RGB (Red+Green+Blue) = 35+22+23=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #231617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231617 is #DCE9E8. Grayscale: #1A1A1A. Windows color (decimal): -14477801 or 1512995. OLE color: 1512995.

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

Color convert

RGB352223-
CMYK00.370.340.86
HSL355.38º22.81%11.18%-
HSV(B)355.38º37.14%13.73%-
XYZ1.130.990.94-
YUV26126.31134.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 22 (8.98% from 255) = 27.5%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=43.75%
G=27.5%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35222300.370.340.86355.3822.8111.18
Hex231617025225616317b
Octal432627045421265432713
Binary100011101101011101001011000101010110101100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231617; }

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

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

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

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

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

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

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

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