#230204

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

Shades of Rustic Red #230204

Tints of Rustic Red #230204

Color information

#230204 (or 0x230204) is unknown color: approx Rustic Red. HEX triplet: 23, 02 and 04. RGB value is (35,2,4). Sum of RGB (Red+Green+Blue) = 35+2+4=41 (5% of max value = 765). Red value is 35 (14.06% from 255 or 85.37% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 35 - color contains mainly: red. Hex color #230204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230204 is #DCFDFB. Grayscale: #0C0C0C. Windows color (decimal): -14482940 or 262691. OLE color: 262691.

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

Color convert

RGB3524-
CMYK00.940.890.86
HSL356.36º89.19%7.25%-
HSV(B)356.36º94.29%13.73%-
XYZ0.740.410.16-
YUV12.1123.43144.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 85.37%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 4 (1.95% from 255) = 9.76%
R=85.37%
G=4.88%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal352400.940.890.86356.3689.197.25
Hex232405E5956164597
Octal432401361311265441317
Binary1000111010001011110101100110101101011001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230204; }

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

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

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

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

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

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

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

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