#230C11

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

Shades of Rustic Red #230C11

Tints of Rustic Red #230C11

Color information

#230C11 (or 0x230C11) is unknown color: approx Rustic Red. HEX triplet: 23, 0C and 11. RGB value is (35,12,17). Sum of RGB (Red+Green+Blue) = 35+12+17=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #230C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C11 is #DCF3EE. Grayscale: #131313. Windows color (decimal): -14480367 or 1117219. OLE color: 1117219.

HSL color Cylindrical-coordinate representation of color #230C11: hue angle of 346.96º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #230C11 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB351217-
CMYK00.660.510.86
HSL346.96º48.94%9.22%-
HSV(B)346.96º65.71%13.73%-
XYZ0.930.660.61-
YUV19.45126.62139.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 54.69%
GREEN value IS 12 (5.08% from 255) = 18.75%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=54.69%
G=18.75%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35121700.660.510.86346.9648.949.22
Hex23C11042335615b319
Octal4314210102631265336111
Binary1000111100100010100001011001110101101010110111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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