#230003

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

Shades of Rustic Red #230003

Tints of Rustic Red #230003

Color information

#230003 (or 0x230003) is unknown color: approx Rustic Red. HEX triplet: 23, 00 and 03. RGB value is (35,0,3). Sum of RGB (Red+Green+Blue) = 35+0+3=38 (5% of max value = 765). Red value is 35 (14.06% from 255 or 92.11% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 35 - color contains mainly: red. Hex color #230003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230003 is #DCFFFC. Grayscale: #0A0A0A. Windows color (decimal): -14483453 or 196643. OLE color: 196643.

HSL color Cylindrical-coordinate representation of color #230003: hue angle of 354.86º 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 #230003 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.86.

Color convert

RGB3503-
CMYK010.910.86
HSL354.86º100%6.86%-
HSV(B)354.86º100%13.73%-
XYZ0.710.360.12-
YUV10.81123.6145.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 92.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 7.89%
R=92.11%
G=0%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3503010.910.86354.861006.86
Hex23030645B56163647
Octal430301441331265431447
Binary10001101101100100101101110101101011000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230003; }

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

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

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

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

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

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

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

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