#230512

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

Shades of Rustic Red #230512

Tints of Rustic Red #230512

Color information

#230512 (or 0x230512) is unknown color: approx Rustic Red. HEX triplet: 23, 05 and 12. RGB value is (35,5,18). Sum of RGB (Red+Green+Blue) = 35+5+18=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #230512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230512 is #DCFAED. Grayscale: #0F0F0F. Windows color (decimal): -14482158 or 1180963. OLE color: 1180963.

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

Color convert

RGB35518-
CMYK00.860.490.86
HSL334º75%7.84%-
HSV(B)334º85.71%13.73%-
XYZ0.860.510.63-
YUV15.45129.44141.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 60.34%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 18 (7.42% from 255) = 31.03%
R=60.34%
G=8.62%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3551800.860.490.86334757.84
Hex23512056315614e4b8
Octal4352201266112651611310
Binary1000111011001001010110110001101011010100111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230512; }

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

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

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

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

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

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

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

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