#23040F

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

Shades of Rustic Red #23040F

Tints of Rustic Red #23040F

Color information

#23040F (or 0x23040F) is unknown color: approx Rustic Red. HEX triplet: 23, 04 and 0F. RGB value is (35,4,15). Sum of RGB (Red+Green+Blue) = 35+4+15=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #23040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23040F is #DCFBF0. Grayscale: #0E0E0E. Windows color (decimal): -14482417 or 984099. OLE color: 984099.

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

Color convert

RGB35415-
CMYK00.890.570.86
HSL338.71º79.49%7.65%-
HSV(B)338.71º88.57%13.73%-
XYZ0.820.480.5-
YUV14.52128.27142.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 64.81%
GREEN value IS 4 (1.95% from 255) = 7.41%
BLUE value IS 15 (6.25% from 255) = 27.78%
R=64.81%
G=7.41%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3541500.890.570.86338.7179.497.65
Hex234F05939561534f8
Octal4341701317112652311710
Binary100011100111101011001111001101011010101001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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