#230A0D

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

Shades of Rustic Red #230A0D

Tints of Rustic Red #230A0D

Color information

#230A0D (or 0x230A0D) is unknown color: approx Rustic Red. HEX triplet: 23, 0A and 0D. RGB value is (35,10,13). Sum of RGB (Red+Green+Blue) = 35+10+13=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #230A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A0D is #DCF5F2. Grayscale: #111111. Windows color (decimal): -14480883 or 854563. OLE color: 854563.

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

Color convert

RGB351013-
CMYK00.710.630.86
HSL352.8º55.56%8.82%-
HSV(B)352.8º71.43%13.73%-
XYZ0.870.60.45-
YUV17.82125.28140.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 60.34%
GREEN value IS 10 (4.30% from 255) = 17.24%
BLUE value IS 13 (5.47% from 255) = 22.41%
R=60.34%
G=17.24%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35101300.710.630.86352.855.568.82
Hex23AD0473F56161389
Octal4312150107771265417011
Binary100011101011010100011111111110101101011000011110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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