#230412

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

Shades of Rustic Red #230412

Tints of Rustic Red #230412

Color information

#230412 (or 0x230412) is unknown color: approx Rustic Red. HEX triplet: 23, 04 and 12. RGB value is (35,4,18). Sum of RGB (Red+Green+Blue) = 35+4+18=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #230412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230412 is #DCFBED. Grayscale: #0E0E0E. Windows color (decimal): -14482414 or 1180707. OLE color: 1180707.

HSL color Cylindrical-coordinate representation of color #230412: hue angle of 332.9º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230412 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB35418-
CMYK00.890.490.86
HSL332.9º79.49%7.65%-
HSV(B)332.9º88.57%13.73%-
XYZ0.850.490.62-
YUV14.86129.77142.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 61.40%
GREEN value IS 4 (1.95% from 255) = 7.02%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=61.40%
G=7.02%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3541800.890.490.86332.979.497.65
Hex23412059315614d4f8
Octal4342201316112651511710
Binary1000111001001001011001110001101011010100110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230412; }

 p { color: rgb(35,4,18); }

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

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

 a { background-color: rgb(35,4,18); }

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

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

 span { border-color: rgb(35,4,18); }

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