#23040E

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

Shades of Rustic Red #23040E

Tints of Rustic Red #23040E

Color information

#23040E (or 0x23040E) is unknown color: approx Rustic Red. HEX triplet: 23, 04 and 0E. RGB value is (35,4,14). Sum of RGB (Red+Green+Blue) = 35+4+14=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #23040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23040E is #DCFBF1. Grayscale: #0E0E0E. Windows color (decimal): -14482418 or 918563. OLE color: 918563.

HSL color Cylindrical-coordinate representation of color #23040E: hue angle of 340.65º 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 #23040E is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB35414-
CMYK00.890.600.86
HSL340.65º79.49%7.65%-
HSV(B)340.65º88.57%13.73%-
XYZ0.820.480.46-
YUV14.41127.77142.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 66.04%
GREEN value IS 4 (1.95% from 255) = 7.55%
BLUE value IS 14 (5.86% from 255) = 26.42%
R=66.04%
G=7.55%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3541400.890.600.86340.6579.497.65
Hex234E0593C561554f8
Octal4341601317412652511710
Binary100011100111001011001111100101011010101010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23040E; }

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

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

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

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

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

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

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

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