#23030C

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

Shades of Rustic Red #23030C

Tints of Rustic Red #23030C

Color information

#23030C (or 0x23030C) is unknown color: approx Rustic Red. HEX triplet: 23, 03 and 0C. RGB value is (35,3,12). Sum of RGB (Red+Green+Blue) = 35+3+12=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #23030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23030C is #DCFCF3. Grayscale: #0D0D0D. Windows color (decimal): -14482676 or 787235. OLE color: 787235.

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

Color convert

RGB35312-
CMYK00.910.660.86
HSL343.12º84.21%7.45%-
HSV(B)343.12º91.43%13.73%-
XYZ0.790.450.39-
YUV13.59127.1143.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 70%
GREEN value IS 3 (1.56% from 255) = 6%
BLUE value IS 12 (5.08% from 255) = 24%
R=70%
G=6%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3531200.910.660.86343.1284.217.45
Hex233C05B4256157547
Octal4331401331021265271247
Binary10001111110001011011100001010101101010101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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