#231017

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

Shades of Rustic Red #231017

Tints of Rustic Red #231017

Color information

#231017 (or 0x231017) is unknown color: approx Rustic Red. HEX triplet: 23, 10 and 17. RGB value is (35,16,23). Sum of RGB (Red+Green+Blue) = 35+16+23=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #231017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231017 is #DCEFE8. Grayscale: #161616. Windows color (decimal): -14479337 or 1511459. OLE color: 1511459.

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

Color convert

RGB351623-
CMYK00.540.340.86
HSL337.89º37.25%10%-
HSV(B)337.89º54.29%13.73%-
XYZ1.030.790.91-
YUV22.48128.29136.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.30%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=47.30%
G=21.62%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35162300.540.340.86337.8937.2510
Hex231017036225615225a
Octal432027066421265224512
Binary1000111000010111011011010001010101101010100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231017; }

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

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

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

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

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

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

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

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