#23040B

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

Shades of Rustic Red #23040B

Tints of Rustic Red #23040B

Color information

#23040B (or 0x23040B) is unknown color: approx Rustic Red. HEX triplet: 23, 04 and 0B. RGB value is (35,4,11). Sum of RGB (Red+Green+Blue) = 35+4+11=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #23040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23040B is #DCFBF4. Grayscale: #0E0E0E. Windows color (decimal): -14482421 or 721955. OLE color: 721955.

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

Color convert

RGB35411-
CMYK00.890.690.86
HSL346.45º79.49%7.65%-
HSV(B)346.45º88.57%13.73%-
XYZ0.80.470.36-
YUV14.07126.27142.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 70%
GREEN value IS 4 (1.95% from 255) = 8%
BLUE value IS 11 (4.69% from 255) = 22%
R=70%
G=8%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3541100.890.690.86346.4579.497.65
Hex234B059455615a4f8
Octal43413013110512653211710
Binary1000111001011010110011000101101011010101101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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