#231316

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

Shades of Rustic Red #231316

Tints of Rustic Red #231316

Color information

#231316 (or 0x231316) is unknown color: approx Rustic Red. HEX triplet: 23, 13 and 16. RGB value is (35,19,22). Sum of RGB (Red+Green+Blue) = 35+19+22=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231316 is #DCECE9. Grayscale: #181818. Windows color (decimal): -14478570 or 1446691. OLE color: 1446691.

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

Color convert

RGB351922-
CMYK00.460.370.86
HSL348.75º29.63%10.59%-
HSV(B)348.75º45.71%13.73%-
XYZ1.070.880.87-
YUV24.13126.8135.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=46.05%
G=25%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35192200.460.370.86348.7529.6310.59
Hex23131602E255615d1eb
Octal432326056451265353613
Binary100011100111011001011101001011010110101011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231316; }

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

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

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

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

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

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

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

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