#230209

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

Shades of Rustic Red #230209

Tints of Rustic Red #230209

Color information

#230209 (or 0x230209) is unknown color: approx Rustic Red. HEX triplet: 23, 02 and 09. RGB value is (35,2,9). Sum of RGB (Red+Green+Blue) = 35+2+9=46 (6% of max value = 765). Red value is 35 (14.06% from 255 or 76.09% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 35 - color contains mainly: red. Hex color #230209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230209 is #DCFDF6. Grayscale: #0C0C0C. Windows color (decimal): -14482935 or 590371. OLE color: 590371.

HSL color Cylindrical-coordinate representation of color #230209: hue angle of 347.27º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230209 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB3529-
CMYK00.940.740.86
HSL347.27º89.19%7.25%-
HSV(B)347.27º94.29%13.73%-
XYZ0.760.420.3-
YUV12.66125.93143.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 76.09%
GREEN value IS 2 (1.17% from 255) = 4.35%
BLUE value IS 9 (3.91% from 255) = 19.57%
R=76.09%
G=4.35%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal352900.940.740.86347.2789.197.25
Hex232905E4A5615b597
Octal4321101361121265331317
Binary10001110100101011110100101010101101010110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230209; }

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

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

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

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

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

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

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

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