#230F15

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

Shades of Rustic Red #230F15

Tints of Rustic Red #230F15

Color information

#230F15 (or 0x230F15) is unknown color: approx Rustic Red. HEX triplet: 23, 0F and 15. RGB value is (35,15,21). Sum of RGB (Red+Green+Blue) = 35+15+21=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #230F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F15 is #DCF0EA. Grayscale: #151515. Windows color (decimal): -14479595 or 1380131. OLE color: 1380131.

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

Color convert

RGB351521-
CMYK00.570.400.86
HSL342º40%9.8%-
HSV(B)342º57.14%13.73%-
XYZ10.750.8-
YUV21.66127.63137.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 49.30%
GREEN value IS 15 (6.25% from 255) = 21.13%
BLUE value IS 21 (8.59% from 255) = 29.58%
R=49.30%
G=21.13%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35152100.570.400.86342409.8
Hex23F15039285615628a
Octal431725071501265265012
Binary100011111110101011100110100010101101010101101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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