#230E12

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

Shades of Rustic Red #230E12

Tints of Rustic Red #230E12

Color information

#230E12 (or 0x230E12) is unknown color: approx Rustic Red. HEX triplet: 23, 0E and 12. RGB value is (35,14,18). Sum of RGB (Red+Green+Blue) = 35+14+18=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #230E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E12 is #DCF1ED. Grayscale: #141414. Windows color (decimal): -14479854 or 1183267. OLE color: 1183267.

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

Color convert

RGB351418-
CMYK00.600.490.86
HSL348.57º42.86%9.61%-
HSV(B)348.57º60%13.73%-
XYZ0.960.720.66-
YUV20.74126.46138.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 52.24%
GREEN value IS 14 (5.86% from 255) = 20.90%
BLUE value IS 18 (7.42% from 255) = 26.87%
R=52.24%
G=20.90%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35141800.600.490.86348.5742.869.61
Hex23E1203C315615d2ba
Octal431622074611265355312
Binary100011111010010011110011000110101101010111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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