#230B15

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

Shades of Rustic Red #230B15

Tints of Rustic Red #230B15

Color information

#230B15 (or 0x230B15) is unknown color: approx Rustic Red. HEX triplet: 23, 0B and 15. RGB value is (35,11,21). Sum of RGB (Red+Green+Blue) = 35+11+21=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #230B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B15 is #DCF4EA. Grayscale: #131313. Windows color (decimal): -14480619 or 1379107. OLE color: 1379107.

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

Color convert

RGB351121-
CMYK00.690.400.86
HSL335º52.17%9.02%-
HSV(B)335º68.57%13.73%-
XYZ0.950.650.79-
YUV19.32128.95139.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 52.24%
GREEN value IS 11 (4.69% from 255) = 16.42%
BLUE value IS 21 (8.59% from 255) = 31.34%
R=52.24%
G=16.42%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35112100.690.400.8633552.179.02
Hex23B15045285614f349
Octal4313250105501265176411
Binary1000111011101010100010110100010101101010011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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