#230411

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

Shades of Rustic Red #230411

Tints of Rustic Red #230411

Color information

#230411 (or 0x230411) is unknown color: approx Rustic Red. HEX triplet: 23, 04 and 11. RGB value is (35,4,17). Sum of RGB (Red+Green+Blue) = 35+4+17=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #230411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230411 is #DCFBEE. Grayscale: #0E0E0E. Windows color (decimal): -14482415 or 1115171. OLE color: 1115171.

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

Color convert

RGB35417-
CMYK00.890.510.86
HSL334.84º79.49%7.65%-
HSV(B)334.84º88.57%13.73%-
XYZ0.840.480.58-
YUV14.75129.27142.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 62.5%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 17 (7.03% from 255) = 30.36%
R=62.5%
G=7.14%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3541700.890.510.86334.8479.497.65
Hex23411059335614f4f8
Octal4342101316312651711710
Binary1000111001000101011001110011101011010100111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230411; }

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

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

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

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

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

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

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

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