#23060C

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

Shades of Rustic Red #23060C

Tints of Rustic Red #23060C

Color information

#23060C (or 0x23060C) is unknown color: approx Rustic Red. HEX triplet: 23, 06 and 0C. RGB value is (35,6,12). Sum of RGB (Red+Green+Blue) = 35+6+12=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #23060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23060C is #DCF9F3. Grayscale: #0F0F0F. Windows color (decimal): -14481908 or 788003. OLE color: 788003.

HSL color Cylindrical-coordinate representation of color #23060C: hue angle of 347.59º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23060C is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB35612-
CMYK00.830.660.86
HSL347.59º70.73%8.04%-
HSV(B)347.59º82.86%13.73%-
XYZ0.820.510.4-
YUV15.36126.11142.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 66.04%
GREEN value IS 6 (2.73% from 255) = 11.32%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=66.04%
G=11.32%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3561200.830.660.86347.5970.738.04
Hex236C053425615c478
Octal43614012310212653410710
Binary1000111101100010100111000010101011010101110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23060C; }

 p { color: rgb(35,6,12); }

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

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

 a { background-color: rgb(35,6,12); }

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

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

 span { border-color: rgb(35,6,12); }

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