#230410

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

Shades of Rustic Red #230410

Tints of Rustic Red #230410

Color information

#230410 (or 0x230410) is unknown color: approx Rustic Red. HEX triplet: 23, 04 and 10. RGB value is (35,4,16). Sum of RGB (Red+Green+Blue) = 35+4+16=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #230410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230410 is #DCFBEF. Grayscale: #0E0E0E. Windows color (decimal): -14482416 or 1049635. OLE color: 1049635.

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

Color convert

RGB35416-
CMYK00.890.540.86
HSL336.77º79.49%7.65%-
HSV(B)336.77º88.57%13.73%-
XYZ0.830.480.54-
YUV14.64128.77142.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 63.64%
GREEN value IS 4 (1.95% from 255) = 7.27%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=63.64%
G=7.27%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3541600.890.540.86336.7779.497.65
Hex2341005936561514f8
Octal4342001316612652111710
Binary1000111001000001011001110110101011010101000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230410; }

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

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

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

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

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

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

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

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