#230002

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

Shades of Rustic Red #230002

Tints of Rustic Red #230002

Color information

#230002 (or 0x230002) is unknown color: approx Rustic Red. HEX triplet: 23, 00 and 02. RGB value is (35,0,2). Sum of RGB (Red+Green+Blue) = 35+0+2=37 (4% of max value = 765). Red value is 35 (14.06% from 255 or 94.59% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 35 - color contains mainly: red. Hex color #230002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230002 is #DCFFFD. Grayscale: #0A0A0A. Windows color (decimal): -14483454 or 131107. OLE color: 131107.

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

Color convert

RGB3502-
CMYK010.940.86
HSL356.57º100%6.86%-
HSV(B)356.57º100%13.73%-
XYZ0.70.360.09-
YUV10.69123.1145.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 94.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 5.41%
R=94.59%
G=0%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3502010.940.86356.571006.86
Hex23020645E56165647
Octal430201441361265451447
Binary10001101001100100101111010101101011001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230002; }

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

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

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

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

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

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

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

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