#230E10

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

Shades of Rustic Red #230E10

Tints of Rustic Red #230E10

Color information

#230E10 (or 0x230E10) is unknown color: approx Rustic Red. HEX triplet: 23, 0E and 10. RGB value is (35,14,16). Sum of RGB (Red+Green+Blue) = 35+14+16=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #230E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E10 is #DCF1EF. Grayscale: #141414. Windows color (decimal): -14479856 or 1052195. OLE color: 1052195.

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

Color convert

RGB351416-
CMYK00.600.540.86
HSL354.29º42.86%9.61%-
HSV(B)354.29º60%13.73%-
XYZ0.940.710.58-
YUV20.51125.46138.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.85%
GREEN value IS 14 (5.86% from 255) = 21.54%
BLUE value IS 16 (6.64% from 255) = 24.62%
R=53.85%
G=21.54%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35141600.600.540.86354.2942.869.61
Hex23E1003C36561622ba
Octal431620074661265425312
Binary100011111010000011110011011010101101011000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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