#231216

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

Shades of Rustic Red #231216

Tints of Rustic Red #231216

Color information

#231216 (or 0x231216) is unknown color: approx Rustic Red. HEX triplet: 23, 12 and 16. RGB value is (35,18,22). Sum of RGB (Red+Green+Blue) = 35+18+22=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231216 is #DCEDE9. Grayscale: #171717. Windows color (decimal): -14478826 or 1446435. OLE color: 1446435.

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

Color convert

RGB351822-
CMYK00.490.370.86
HSL345.88º32.08%10.39%-
HSV(B)345.88º48.57%13.73%-
XYZ1.050.850.87-
YUV23.54127.13136.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.67%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 22 (8.98% from 255) = 29.33%
R=46.67%
G=24%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35182200.490.370.86345.8832.0810.39
Hex231216031255615a20a
Octal432226061451265324012
Binary1000111001010110011000110010110101101010110101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231216; }

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

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

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

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

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

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

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

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