#23090C

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

Shades of Rustic Red #23090C

Tints of Rustic Red #23090C

Color information

#23090C (or 0x23090C) is unknown color: approx Rustic Red. HEX triplet: 23, 09 and 0C. RGB value is (35,9,12). Sum of RGB (Red+Green+Blue) = 35+9+12=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #23090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23090C is #DCF6F3. Grayscale: #111111. Windows color (decimal): -14481140 or 788771. OLE color: 788771.

HSL color Cylindrical-coordinate representation of color #23090C: hue angle of 353.08º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23090C is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB35912-
CMYK00.740.660.86
HSL353.08º59.09%8.63%-
HSV(B)353.08º74.29%13.73%-
XYZ0.860.580.41-
YUV17.12125.11140.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 62.5%
GREEN value IS 9 (3.91% from 255) = 16.07%
BLUE value IS 12 (5.08% from 255) = 21.43%
R=62.5%
G=16.07%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3591200.740.660.86353.0859.098.63
Hex239C04A42561613b9
Octal43111401121021265417311
Binary1000111001110001001010100001010101101011000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23090C; }

 p { color: rgb(35,9,12); }

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

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

 a { background-color: rgb(35,9,12); }

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

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

 span { border-color: rgb(35,9,12); }

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