#230911

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

Shades of Rustic Red #230911

Tints of Rustic Red #230911

Color information

#230911 (or 0x230911) is unknown color: approx Rustic Red. HEX triplet: 23, 09 and 11. RGB value is (35,9,17). Sum of RGB (Red+Green+Blue) = 35+9+17=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230911 is #DCF6EE. Grayscale: #111111. Windows color (decimal): -14481135 or 1116451. OLE color: 1116451.

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

Color convert

RGB35917-
CMYK00.740.510.86
HSL341.54º59.09%8.63%-
HSV(B)341.54º74.29%13.73%-
XYZ0.890.590.6-
YUV17.69127.61140.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 57.38%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 17 (7.03% from 255) = 27.87%
R=57.38%
G=14.75%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3591700.740.510.86341.5459.098.63
Hex2391104A33561563b9
Octal4311210112631265267311
Binary1000111001100010100101011001110101101010101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230911; }

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

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

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

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

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

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

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

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