#231012

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

Shades of Rustic Red #231012

Tints of Rustic Red #231012

Color information

#231012 (or 0x231012) is unknown color: approx Rustic Red. HEX triplet: 23, 10 and 12. RGB value is (35,16,18). Sum of RGB (Red+Green+Blue) = 35+16+18=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #231012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231012 is #DCEFED. Grayscale: #151515. Windows color (decimal): -14479342 or 1183779. OLE color: 1183779.

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

Color convert

RGB351618-
CMYK00.540.490.86
HSL353.68º37.25%10%-
HSV(B)353.68º54.29%13.73%-
XYZ0.990.770.67-
YUV21.91125.79137.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50.72%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=50.72%
G=23.19%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35161800.540.490.86353.6837.2510
Hex231012036315616225a
Octal432022066611265424512
Binary1000111000010010011011011000110101101011000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231012; }

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

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

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

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

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

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

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

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