#23080E

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

Shades of Rustic Red #23080E

Tints of Rustic Red #23080E

Color information

#23080E (or 0x23080E) is unknown color: approx Rustic Red. HEX triplet: 23, 08 and 0E. RGB value is (35,8,14). Sum of RGB (Red+Green+Blue) = 35+8+14=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #23080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23080E is #DCF7F1. Grayscale: #101010. Windows color (decimal): -14481394 or 919587. OLE color: 919587.

HSL color Cylindrical-coordinate representation of color #23080E: hue angle of 346.67º 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 #23080E is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB35814-
CMYK00.770.600.86
HSL346.67º62.79%8.43%-
HSV(B)346.67º77.14%13.73%-
XYZ0.860.560.48-
YUV16.76126.45141.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 61.40%
GREEN value IS 8 (3.52% from 255) = 14.04%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=61.40%
G=14.04%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3581400.770.600.86346.6762.798.43
Hex238E04D3C5615b3f8
Octal4310160115741265337710
Binary100011100011100100110111110010101101010110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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