#230109

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

Shades of Rustic Red #230109

Tints of Rustic Red #230109

Color information

#230109 (or 0x230109) is unknown color: approx Rustic Red. HEX triplet: 23, 01 and 09. RGB value is (35,1,9). Sum of RGB (Red+Green+Blue) = 35+1+9=45 (5% of max value = 765). Red value is 35 (14.06% from 255 or 77.78% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 35 - color contains mainly: red. Hex color #230109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230109 is #DCFEF6. Grayscale: #0C0C0C. Windows color (decimal): -14483191 or 590115. OLE color: 590115.

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

Color convert

RGB3519-
CMYK00.970.740.86
HSL345.88º94.44%7.06%-
HSV(B)345.88º97.14%13.73%-
XYZ0.750.40.3-
YUV12.08126.26144.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 77.78%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 9 (3.91% from 255) = 20%
R=77.78%
G=2.22%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal351900.970.740.86345.8894.447.06
Hex23190614A5615a5e7
Octal4311101411121265321367
Binary1000111100101100001100101010101101010110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230109; }

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

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

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

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

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

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

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

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