#230103

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

Shades of Rustic Red #230103

Tints of Rustic Red #230103

Color information

#230103 (or 0x230103) is unknown color: approx Rustic Red. HEX triplet: 23, 01 and 03. RGB value is (35,1,3). Sum of RGB (Red+Green+Blue) = 35+1+3=39 (5% of max value = 765). Red value is 35 (14.06% from 255 or 89.74% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 35 - color contains mainly: red. Hex color #230103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230103 is #DCFEFC. Grayscale: #0B0B0B. Windows color (decimal): -14483197 or 196899. OLE color: 196899.

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

Color convert

RGB3513-
CMYK00.970.910.86
HSL356.47º94.44%7.06%-
HSV(B)356.47º97.14%13.73%-
XYZ0.720.390.12-
YUV11.39123.26144.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 89.74%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 3 (1.56% from 255) = 7.69%
R=89.74%
G=2.56%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal351300.970.910.86356.4794.447.06
Hex23130615B561645e7
Octal431301411331265441367
Binary10001111101100001101101110101101011001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230103; }

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

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

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

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

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

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

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

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