#230312

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

Shades of Rustic Red #230312

Tints of Rustic Red #230312

Color information

#230312 (or 0x230312) is unknown color: approx Rustic Red. HEX triplet: 23, 03 and 12. RGB value is (35,3,18). Sum of RGB (Red+Green+Blue) = 35+3+18=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #230312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230312 is #DCFCED. Grayscale: #0E0E0E. Windows color (decimal): -14482670 or 1180451. OLE color: 1180451.

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

Color convert

RGB35318-
CMYK00.910.490.86
HSL331.88º84.21%7.45%-
HSV(B)331.88º91.43%13.73%-
XYZ0.830.470.62-
YUV14.28130.1142.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 62.5%
GREEN value IS 3 (1.56% from 255) = 5.36%
BLUE value IS 18 (7.42% from 255) = 32.14%
R=62.5%
G=5.36%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3531800.910.490.86331.8884.217.45
Hex2331205B315614c547
Octal433220133611265141247
Binary10001111100100101101111000110101101010011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230312; }

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

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

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

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

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

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

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

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