#230A15

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

Shades of Rustic Red #230A15

Tints of Rustic Red #230A15

Color information

#230A15 (or 0x230A15) is unknown color: approx Rustic Red. HEX triplet: 23, 0A and 15. RGB value is (35,10,21). Sum of RGB (Red+Green+Blue) = 35+10+21=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #230A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A15 is #DCF5EA. Grayscale: #121212. Windows color (decimal): -14480875 or 1378851. OLE color: 1378851.

HSL color Cylindrical-coordinate representation of color #230A15: hue angle of 333.6º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #230A15 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB351021-
CMYK00.710.400.86
HSL333.6º55.56%8.82%-
HSV(B)333.6º71.43%13.73%-
XYZ0.940.630.78-
YUV18.73129.28139.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.03%
GREEN value IS 10 (4.30% from 255) = 15.15%
BLUE value IS 21 (8.59% from 255) = 31.82%
R=53.03%
G=15.15%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35102100.710.400.86333.655.568.82
Hex23A15047285614e389
Octal4312250107501265167011
Binary1000111010101010100011110100010101101010011101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230A15; }

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

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

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

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

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

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

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

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