#23090D

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

Shades of Rustic Red #23090D

Tints of Rustic Red #23090D

Color information

#23090D (or 0x23090D) is unknown color: approx Rustic Red. HEX triplet: 23, 09 and 0D. RGB value is (35,9,13). Sum of RGB (Red+Green+Blue) = 35+9+13=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #23090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23090D is #DCF6F2. Grayscale: #111111. Windows color (decimal): -14481139 or 854307. OLE color: 854307.

HSL color Cylindrical-coordinate representation of color #23090D: hue angle of 350.77º 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 #23090D is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB35913-
CMYK00.740.630.86
HSL350.77º59.09%8.63%-
HSV(B)350.77º74.29%13.73%-
XYZ0.860.580.45-
YUV17.23125.61140.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 61.40%
GREEN value IS 9 (3.91% from 255) = 15.79%
BLUE value IS 13 (5.47% from 255) = 22.81%
R=61.40%
G=15.79%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3591300.740.630.86350.7759.098.63
Hex239D04A3F5615f3b9
Octal4311150112771265377311
Binary100011100111010100101011111110101101010111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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