#230711

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

Shades of Rustic Red #230711

Tints of Rustic Red #230711

Color information

#230711 (or 0x230711) is unknown color: approx Rustic Red. HEX triplet: 23, 07 and 11. RGB value is (35,7,17). Sum of RGB (Red+Green+Blue) = 35+7+17=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #230711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230711 is #DCF8EE. Grayscale: #101010. Windows color (decimal): -14481647 or 1115939. OLE color: 1115939.

HSL color Cylindrical-coordinate representation of color #230711: hue angle of 338.57º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230711 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB35717-
CMYK00.800.510.86
HSL338.57º66.67%8.24%-
HSV(B)338.57º80%13.73%-
XYZ0.870.550.59-
YUV16.51128.28141.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 59.32%
GREEN value IS 7 (3.12% from 255) = 11.86%
BLUE value IS 17 (7.03% from 255) = 28.81%
R=59.32%
G=11.86%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3571700.800.510.86338.5766.678.24
Hex237110503356153438
Octal4372101206312652310310
Binary1000111111000101010000110011101011010101001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230711; }

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

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

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

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

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

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

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

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