#230104

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

Shades of Rustic Red #230104

Tints of Rustic Red #230104

Color information

#230104 (or 0x230104) is unknown color: approx Rustic Red. HEX triplet: 23, 01 and 04. RGB value is (35,1,4). Sum of RGB (Red+Green+Blue) = 35+1+4=40 (5% of max value = 765). Red value is 35 (14.06% from 255 or 87.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 35 - color contains mainly: red. Hex color #230104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230104 is #DCFEFB. Grayscale: #0B0B0B. Windows color (decimal): -14483196 or 262435. OLE color: 262435.

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

Color convert

RGB3514-
CMYK00.970.890.86
HSL354.71º94.44%7.06%-
HSV(B)354.71º97.14%13.73%-
XYZ0.730.390.15-
YUV11.51123.76144.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 87.5%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 4 (1.95% from 255) = 10%
R=87.5%
G=2.5%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal351400.970.890.86354.7194.447.06
Hex231406159561635e7
Octal431401411311265431367
Binary100011110001100001101100110101101011000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230104; }

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

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

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

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

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

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

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

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