#230E14

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

Shades of Rustic Red #230E14

Tints of Rustic Red #230E14

Color information

#230E14 (or 0x230E14) is unknown color: approx Rustic Red. HEX triplet: 23, 0E and 14. RGB value is (35,14,20). Sum of RGB (Red+Green+Blue) = 35+14+20=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #230E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E14 is #DCF1EB. Grayscale: #141414. Windows color (decimal): -14479852 or 1314339. OLE color: 1314339.

HSL color Cylindrical-coordinate representation of color #230E14: hue angle of 342.86º 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 #230E14 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB351420-
CMYK00.600.430.86
HSL342.86º42.86%9.61%-
HSV(B)342.86º60%13.73%-
XYZ0.980.720.75-
YUV20.96127.46138.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50.72%
GREEN value IS 14 (5.86% from 255) = 20.29%
BLUE value IS 20 (8.20% from 255) = 28.99%
R=50.72%
G=20.29%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35142000.600.430.86342.8642.869.61
Hex23E1403C2B561572ba
Octal431624074531265275312
Binary100011111010100011110010101110101101010101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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