#230A13

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

Shades of Rustic Red #230A13

Tints of Rustic Red #230A13

Color information

#230A13 (or 0x230A13) is unknown color: approx Rustic Red. HEX triplet: 23, 0A and 13. RGB value is (35,10,19). Sum of RGB (Red+Green+Blue) = 35+10+19=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #230A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A13 is #DCF5EC. Grayscale: #121212. Windows color (decimal): -14480877 or 1247779. OLE color: 1247779.

HSL color Cylindrical-coordinate representation of color #230A13: hue angle of 338.4º 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 #230A13 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB351019-
CMYK00.710.460.86
HSL338.4º55.56%8.82%-
HSV(B)338.4º71.43%13.73%-
XYZ0.920.620.69-
YUV18.5128.28139.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 54.69%
GREEN value IS 10 (4.30% from 255) = 15.62%
BLUE value IS 19 (7.81% from 255) = 29.69%
R=54.69%
G=15.62%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35101900.710.460.86338.455.568.82
Hex23A130472E56152389
Octal4312230107561265227011
Binary1000111010100110100011110111010101101010100101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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