#230915

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

Shades of Rustic Red #230915

Tints of Rustic Red #230915

Color information

#230915 (or 0x230915) is unknown color: approx Rustic Red. HEX triplet: 23, 09 and 15. RGB value is (35,9,21). Sum of RGB (Red+Green+Blue) = 35+9+21=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #230915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230915 is #DCF6EA. Grayscale: #121212. Windows color (decimal): -14481131 or 1378595. OLE color: 1378595.

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

Color convert

RGB35921-
CMYK00.740.400.86
HSL332.31º59.09%8.63%-
HSV(B)332.31º74.29%13.73%-
XYZ0.930.610.78-
YUV18.14129.61140.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.85%
GREEN value IS 9 (3.91% from 255) = 13.85%
BLUE value IS 21 (8.59% from 255) = 32.31%
R=53.85%
G=13.85%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3592100.740.400.86332.3159.098.63
Hex2391504A285614c3b9
Octal4311250112501265147311
Binary1000111001101010100101010100010101101010011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230915; }

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

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

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

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

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

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

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

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