#231114

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

Shades of Rustic Red #231114

Tints of Rustic Red #231114

Color information

#231114 (or 0x231114) is unknown color: approx Rustic Red. HEX triplet: 23, 11 and 14. RGB value is (35,17,20). Sum of RGB (Red+Green+Blue) = 35+17+20=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #231114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231114 is #DCEEEB. Grayscale: #161616. Windows color (decimal): -14479084 or 1315107. OLE color: 1315107.

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

Color convert

RGB351720-
CMYK00.510.430.86
HSL350º34.62%10.2%-
HSV(B)350º51.43%13.73%-
XYZ1.020.810.76-
YUV22.72126.46136.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 48.61%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 20 (8.20% from 255) = 27.78%
R=48.61%
G=23.61%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35172000.510.430.8635034.6210.2
Hex2311140332B5615e23a
Octal432124063531265364312
Binary1000111000110100011001110101110101101010111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231114; }

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

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

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

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

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

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

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

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