#230B0D

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

Shades of Rustic Red #230B0D

Tints of Rustic Red #230B0D

Color information

#230B0D (or 0x230B0D) is unknown color: approx Rustic Red. HEX triplet: 23, 0B and 0D. RGB value is (35,11,13). Sum of RGB (Red+Green+Blue) = 35+11+13=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #230B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B0D is #DCF4F2. Grayscale: #121212. Windows color (decimal): -14480627 or 854819. OLE color: 854819.

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

Color convert

RGB351113-
CMYK00.690.630.86
HSL355º52.17%9.02%-
HSV(B)355º68.57%13.73%-
XYZ0.890.630.45-
YUV18.4124.95139.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 59.32%
GREEN value IS 11 (4.69% from 255) = 18.64%
BLUE value IS 13 (5.47% from 255) = 22.03%
R=59.32%
G=18.64%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35111300.690.630.8635552.179.02
Hex23BD0453F56163349
Octal4313150105771265436411
Binary100011101111010100010111111110101101011000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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