#23080F

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

Shades of Rustic Red #23080F

Tints of Rustic Red #23080F

Color information

#23080F (or 0x23080F) is unknown color: approx Rustic Red. HEX triplet: 23, 08 and 0F. RGB value is (35,8,15). Sum of RGB (Red+Green+Blue) = 35+8+15=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #23080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23080F is #DCF7F0. Grayscale: #101010. Windows color (decimal): -14481393 or 985123. OLE color: 985123.

HSL color Cylindrical-coordinate representation of color #23080F: hue angle of 344.44º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23080F is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.86.

Color convert

RGB35815-
CMYK00.770.570.86
HSL344.44º62.79%8.43%-
HSV(B)344.44º77.14%13.73%-
XYZ0.870.570.52-
YUV16.87126.95140.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 60.34%
GREEN value IS 8 (3.52% from 255) = 13.79%
BLUE value IS 15 (6.25% from 255) = 25.86%
R=60.34%
G=13.79%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3581500.770.570.86344.4462.798.43
Hex238F04D39561583f8
Octal4310170115711265307710
Binary100011100011110100110111100110101101010110001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23080F; }

 p { color: rgb(35,8,15); }

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

<style>
 a { background-color: #23080F; }

 a { background-color: rgb(35,8,15); }

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

<style>
 span { border-color: #23080F; }

 span { border-color: rgb(35,8,15); }

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