#231014

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

Shades of Rustic Red #231014

Tints of Rustic Red #231014

Color information

#231014 (or 0x231014) is unknown color: approx Rustic Red. HEX triplet: 23, 10 and 14. RGB value is (35,16,20). Sum of RGB (Red+Green+Blue) = 35+16+20=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #231014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231014 is #DCEFEB. Grayscale: #161616. Windows color (decimal): -14479340 or 1314851. OLE color: 1314851.

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

Color convert

RGB351620-
CMYK00.540.430.86
HSL347.37º37.25%10%-
HSV(B)347.37º54.29%13.73%-
XYZ10.780.76-
YUV22.14126.79137.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 49.30%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 20 (8.20% from 255) = 28.17%
R=49.30%
G=22.54%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35162000.540.430.86347.3737.2510
Hex2310140362B5615b25a
Octal432024066531265334512
Binary1000111000010100011011010101110101101010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231014; }

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

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

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

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

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

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

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

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