#230102

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

Shades of Rustic Red #230102

Tints of Rustic Red #230102

Color information

#230102 (or 0x230102) is unknown color: approx Rustic Red. HEX triplet: 23, 01 and 02. RGB value is (35,1,2). Sum of RGB (Red+Green+Blue) = 35+1+2=38 (5% of max value = 765). Red value is 35 (14.06% from 255 or 92.11% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 35 - color contains mainly: red. Hex color #230102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230102 is #DCFEFD. Grayscale: #0B0B0B. Windows color (decimal): -14483198 or 131363. OLE color: 131363.

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

Color convert

RGB3512-
CMYK00.970.940.86
HSL358.24º94.44%7.06%-
HSV(B)358.24º97.14%13.73%-
XYZ0.710.380.09-
YUV11.28122.76144.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 92.11%
GREEN value IS 1 (0.78% from 255) = 2.63%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=92.11%
G=2.63%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal351200.970.940.86358.2494.447.06
Hex23120615E561665e7
Octal431201411361265461367
Binary10001111001100001101111010101101011001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230102; }

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

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

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

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

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

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

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

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