#231015

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

Shades of Rustic Red #231015

Tints of Rustic Red #231015

Color information

#231015 (or 0x231015) is unknown color: approx Rustic Red. HEX triplet: 23, 10 and 15. RGB value is (35,16,21). Sum of RGB (Red+Green+Blue) = 35+16+21=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #231015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231015 is #DCEFEA. Grayscale: #161616. Windows color (decimal): -14479339 or 1380387. OLE color: 1380387.

HSL color Cylindrical-coordinate representation of color #231015: hue angle of 344.21º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231015 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB351621-
CMYK00.540.400.86
HSL344.21º37.25%10%-
HSV(B)344.21º54.29%13.73%-
XYZ1.010.780.81-
YUV22.25127.29137.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 48.61%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 21 (8.59% from 255) = 29.17%
R=48.61%
G=22.22%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35162100.540.400.86344.2137.2510
Hex231015036285615825a
Octal432025066501265304512
Binary1000111000010101011011010100010101101010110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231015; }

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

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

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

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

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

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

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

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