#230E16

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

Shades of Rustic Red #230E16

Tints of Rustic Red #230E16

Color information

#230E16 (or 0x230E16) is unknown color: approx Rustic Red. HEX triplet: 23, 0E and 16. RGB value is (35,14,22). Sum of RGB (Red+Green+Blue) = 35+14+22=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #230E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E16 is #DCF1E9. Grayscale: #151515. Windows color (decimal): -14479850 or 1445411. OLE color: 1445411.

HSL color Cylindrical-coordinate representation of color #230E16: hue angle of 337.14º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #230E16 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.86.

Color convert

RGB351422-
CMYK00.600.370.86
HSL337.14º42.86%9.61%-
HSV(B)337.14º60%13.73%-
XYZ0.990.730.85-
YUV21.19128.46137.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 49.30%
GREEN value IS 14 (5.86% from 255) = 19.72%
BLUE value IS 22 (8.98% from 255) = 30.99%
R=49.30%
G=19.72%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35142200.600.370.86337.1442.869.61
Hex23E1603C25561512ba
Octal431626074451265215312
Binary100011111010110011110010010110101101010100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230E16; }

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

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

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

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

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

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

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

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