#230C0E

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

Shades of Rustic Red #230C0E

Tints of Rustic Red #230C0E

Color information

#230C0E (or 0x230C0E) is unknown color: approx Rustic Red. HEX triplet: 23, 0C and 0E. RGB value is (35,12,14). Sum of RGB (Red+Green+Blue) = 35+12+14=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C0E is #DCF3F1. Grayscale: #131313. Windows color (decimal): -14480370 or 920611. OLE color: 920611.

HSL color Cylindrical-coordinate representation of color #230C0E: hue angle of 354.78º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #230C0E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB351214-
CMYK00.660.600.86
HSL354.78º48.94%9.22%-
HSV(B)354.78º65.71%13.73%-
XYZ0.90.650.49-
YUV19.1125.12139.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 57.38%
GREEN value IS 12 (5.08% from 255) = 19.67%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=57.38%
G=19.67%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35121400.660.600.86354.7848.949.22
Hex23CE0423C56163319
Octal4314160102741265436111
Binary100011110011100100001011110010101101011000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230C0E; }

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

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

<style>
 a { background-color: #230C0E; }

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

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

<style>
 span { border-color: #230C0E; }

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

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