#23020B

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

Shades of Rustic Red #23020B

Tints of Rustic Red #23020B

Color information

#23020B (or 0x23020B) is unknown color: approx Rustic Red. HEX triplet: 23, 02 and 0B. RGB value is (35,2,11). Sum of RGB (Red+Green+Blue) = 35+2+11=48 (6% of max value = 765). Red value is 35 (14.06% from 255 or 72.92% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 35 - color contains mainly: red. Hex color #23020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23020B is #DCFDF4. Grayscale: #0C0C0C. Windows color (decimal): -14482933 or 721443. OLE color: 721443.

HSL color Cylindrical-coordinate representation of color #23020B: hue angle of 343.64º 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 #23020B is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB35211-
CMYK00.940.690.86
HSL343.64º89.19%7.25%-
HSV(B)343.64º94.29%13.73%-
XYZ0.780.420.36-
YUV12.89126.93143.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 72.92%
GREEN value IS 2 (1.17% from 255) = 4.17%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=72.92%
G=4.17%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3521100.940.690.86343.6489.197.25
Hex232B05E4556158597
Octal4321301361051265301317
Binary10001110101101011110100010110101101010110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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