#230A10

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

Shades of Rustic Red #230A10

Tints of Rustic Red #230A10

Color information

#230A10 (or 0x230A10) is unknown color: approx Rustic Red. HEX triplet: 23, 0A and 10. RGB value is (35,10,16). Sum of RGB (Red+Green+Blue) = 35+10+16=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A10 is #DCF5EF. Grayscale: #121212. Windows color (decimal): -14480880 or 1051171. OLE color: 1051171.

HSL color Cylindrical-coordinate representation of color #230A10: hue angle of 345.6º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #230A10 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB351016-
CMYK00.710.540.86
HSL345.6º55.56%8.82%-
HSV(B)345.6º71.43%13.73%-
XYZ0.90.610.56-
YUV18.16126.78140.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 57.38%
GREEN value IS 10 (4.30% from 255) = 16.39%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=57.38%
G=16.39%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35101600.710.540.86345.655.568.82
Hex23A10047365615a389
Octal4312200107661265327011
Binary1000111010100000100011111011010101101010110101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230A10; }

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

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

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

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

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

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

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

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