#230210

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

Shades of Rustic Red #230210

Tints of Rustic Red #230210

Color information

#230210 (or 0x230210) is unknown color: approx Rustic Red. HEX triplet: 23, 02 and 10. RGB value is (35,2,16). Sum of RGB (Red+Green+Blue) = 35+2+16=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #230210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230210 is #DCFDEF. Grayscale: #0D0D0D. Windows color (decimal): -14482928 or 1049123. OLE color: 1049123.

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

Color convert

RGB35216-
CMYK00.940.540.86
HSL334.55º89.19%7.25%-
HSV(B)334.55º94.29%13.73%-
XYZ0.810.440.53-
YUV13.46129.43143.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 66.04%
GREEN value IS 2 (1.17% from 255) = 3.77%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=66.04%
G=3.77%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3521600.940.540.86334.5589.197.25
Hex2321005E365614f597
Octal432200136661265171317
Binary10001110100000101111011011010101101010011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230210; }

 p { color: rgb(35,2,16); }

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

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

 a { background-color: rgb(35,2,16); }

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

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

 span { border-color: rgb(35,2,16); }

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