#230811

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

Shades of Rustic Red #230811

Tints of Rustic Red #230811

Color information

#230811 (or 0x230811) is unknown color: approx Rustic Red. HEX triplet: 23, 08 and 11. RGB value is (35,8,17). Sum of RGB (Red+Green+Blue) = 35+8+17=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #230811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230811 is #DCF7EE. Grayscale: #111111. Windows color (decimal): -14481391 or 1116195. OLE color: 1116195.

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

Color convert

RGB35817-
CMYK00.770.510.86
HSL340º62.79%8.43%-
HSV(B)340º77.14%13.73%-
XYZ0.880.570.59-
YUV17.1127.95140.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 58.33%
GREEN value IS 8 (3.52% from 255) = 13.33%
BLUE value IS 17 (7.03% from 255) = 28.33%
R=58.33%
G=13.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3581700.770.510.8634062.798.43
Hex2381104D33561543f8
Octal4310210115631265247710
Binary1000111000100010100110111001110101101010101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230811; }

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

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

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

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

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

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

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

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