#230F11

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

Shades of Rustic Red #230F11

Tints of Rustic Red #230F11

Color information

#230F11 (or 0x230F11) is unknown color: approx Rustic Red. HEX triplet: 23, 0F and 11. RGB value is (35,15,17). Sum of RGB (Red+Green+Blue) = 35+15+17=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #230F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F11 is #DCF0EE. Grayscale: #151515. Windows color (decimal): -14479599 or 1117987. OLE color: 1117987.

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

Color convert

RGB351517-
CMYK00.570.510.86
HSL354º40%9.8%-
HSV(B)354º57.14%13.73%-
XYZ0.970.740.62-
YUV21.21125.63137.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 52.24%
GREEN value IS 15 (6.25% from 255) = 22.39%
BLUE value IS 17 (7.03% from 255) = 25.37%
R=52.24%
G=22.39%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35151700.570.510.86354409.8
Hex23F11039335616228a
Octal431721071631265425012
Binary100011111110001011100111001110101101011000101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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