#23060D

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

Shades of Rustic Red #23060D

Tints of Rustic Red #23060D

Color information

#23060D (or 0x23060D) is unknown color: approx Rustic Red. HEX triplet: 23, 06 and 0D. RGB value is (35,6,13). Sum of RGB (Red+Green+Blue) = 35+6+13=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #23060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23060D is #DCF9F2. Grayscale: #0F0F0F. Windows color (decimal): -14481907 or 853539. OLE color: 853539.

HSL color Cylindrical-coordinate representation of color #23060D: hue angle of 345.52º 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 #23060D is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB35613-
CMYK00.830.630.86
HSL345.52º70.73%8.04%-
HSV(B)345.52º82.86%13.73%-
XYZ0.830.520.44-
YUV15.47126.61141.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 64.81%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 13 (5.47% from 255) = 24.07%
R=64.81%
G=11.11%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3561300.830.630.86345.5270.738.04
Hex236D0533F5615a478
Octal4361501237712653210710
Binary100011110110101010011111111101011010101101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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