#230C0D

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

Shades of Rustic Red #230C0D

Tints of Rustic Red #230C0D

Color information

#230C0D (or 0x230C0D) is unknown color: approx Rustic Red. HEX triplet: 23, 0C and 0D. RGB value is (35,12,13). Sum of RGB (Red+Green+Blue) = 35+12+13=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #230C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C0D is #DCF3F2. Grayscale: #131313. Windows color (decimal): -14480371 or 855075. OLE color: 855075.

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

Color convert

RGB351213-
CMYK00.660.630.86
HSL357.39º48.94%9.22%-
HSV(B)357.39º65.71%13.73%-
XYZ0.90.650.46-
YUV18.99124.62139.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 58.33%
GREEN value IS 12 (5.08% from 255) = 20%
BLUE value IS 13 (5.47% from 255) = 21.67%
R=58.33%
G=20%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35121300.660.630.86357.3948.949.22
Hex23CD0423F56165319
Octal4314150102771265456111
Binary100011110011010100001011111110101101011001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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