#230F13

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

Shades of Rustic Red #230F13

Tints of Rustic Red #230F13

Color information

#230F13 (or 0x230F13) is unknown color: approx Rustic Red. HEX triplet: 23, 0F and 13. RGB value is (35,15,19). Sum of RGB (Red+Green+Blue) = 35+15+19=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #230F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F13 is #DCF0EC. Grayscale: #151515. Windows color (decimal): -14479597 or 1249059. OLE color: 1249059.

HSL color Cylindrical-coordinate representation of color #230F13: hue angle of 348º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #230F13 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB351519-
CMYK00.570.460.86
HSL348º40%9.8%-
HSV(B)348º57.14%13.73%-
XYZ0.980.750.71-
YUV21.44126.63137.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50.72%
GREEN value IS 15 (6.25% from 255) = 21.74%
BLUE value IS 19 (7.81% from 255) = 27.54%
R=50.72%
G=21.74%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35151900.570.460.86348409.8
Hex23F130392E5615c28a
Octal431723071561265345012
Binary100011111110011011100110111010101101010111001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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