#230111

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

Shades of Rustic Red #230111

Tints of Rustic Red #230111

Color information

#230111 (or 0x230111) is unknown color: approx Rustic Red. HEX triplet: 23, 01 and 11. RGB value is (35,1,17). Sum of RGB (Red+Green+Blue) = 35+1+17=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #230111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230111 is #DCFEEE. Grayscale: #0C0C0C. Windows color (decimal): -14483183 or 1114403. OLE color: 1114403.

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

Color convert

RGB35117-
CMYK00.970.510.86
HSL331.76º94.44%7.06%-
HSV(B)331.76º97.14%13.73%-
XYZ0.810.420.57-
YUV12.99130.26143.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 66.04%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 17 (7.03% from 255) = 32.08%
R=66.04%
G=1.89%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3511700.970.510.86331.7694.447.06
Hex23111061335614c5e7
Octal431210141631265141367
Binary1000111100010110000111001110101101010011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230111; }

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

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

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

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

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

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

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

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