#230C0F

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

Shades of Rustic Red #230C0F

Tints of Rustic Red #230C0F

Color information

#230C0F (or 0x230C0F) is unknown color: approx Rustic Red. HEX triplet: 23, 0C and 0F. RGB value is (35,12,15). Sum of RGB (Red+Green+Blue) = 35+12+15=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C0F is #DCF3F0. Grayscale: #131313. Windows color (decimal): -14480369 or 986147. OLE color: 986147.

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

Color convert

RGB351215-
CMYK00.660.570.86
HSL352.17º48.94%9.22%-
HSV(B)352.17º65.71%13.73%-
XYZ0.910.650.53-
YUV19.22125.62139.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 56.45%
GREEN value IS 12 (5.08% from 255) = 19.35%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=56.45%
G=19.35%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35121500.660.570.86352.1748.949.22
Hex23CF0423956160319
Octal4314170102711265406111
Binary100011110011110100001011100110101101011000001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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