#23020D

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

Shades of Rustic Red #23020D

Tints of Rustic Red #23020D

Color information

#23020D (or 0x23020D) is unknown color: approx Rustic Red. HEX triplet: 23, 02 and 0D. RGB value is (35,2,13). Sum of RGB (Red+Green+Blue) = 35+2+13=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #23020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23020D is #DCFDF2. Grayscale: #0D0D0D. Windows color (decimal): -14482931 or 852515. OLE color: 852515.

HSL color Cylindrical-coordinate representation of color #23020D: hue angle of 340º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23020D is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB35213-
CMYK00.940.630.86
HSL340º89.19%7.25%-
HSV(B)340º94.29%13.73%-
XYZ0.790.430.42-
YUV13.12127.93143.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 70%
GREEN value IS 2 (1.17% from 255) = 4%
BLUE value IS 13 (5.47% from 255) = 26%
R=70%
G=4%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3521300.940.630.8634089.197.25
Hex232D05E3F56154597
Octal432150136771265241317
Binary1000111011010101111011111110101101010101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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