#230011

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

Shades of Rustic Red #230011

Tints of Rustic Red #230011

Color information

#230011 (or 0x230011) is unknown color: approx Rustic Red. HEX triplet: 23, 00 and 11. RGB value is (35,0,17). Sum of RGB (Red+Green+Blue) = 35+0+17=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #230011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230011 is #DCFFEE. Grayscale: #0C0C0C. Windows color (decimal): -14483439 or 1114147. OLE color: 1114147.

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

Color convert

RGB35017-
CMYK010.510.86
HSL330.86º100%6.86%-
HSV(B)330.86º100%13.73%-
XYZ0.790.40.57-
YUV12.4130.6144.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 67.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 32.69%
R=67.31%
G=0%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35017010.510.86330.861006.86
Hex23011064335614b647
Octal430210144631265131447
Binary1000110100010110010011001110101101010010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230011; }

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

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

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

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

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

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

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

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