#23080D

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

Shades of Rustic Red #23080D

Tints of Rustic Red #23080D

Color information

#23080D (or 0x23080D) is unknown color: approx Rustic Red. HEX triplet: 23, 08 and 0D. RGB value is (35,8,13). Sum of RGB (Red+Green+Blue) = 35+8+13=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #23080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23080D is #DCF7F2. Grayscale: #101010. Windows color (decimal): -14481395 or 854051. OLE color: 854051.

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

Color convert

RGB35813-
CMYK00.770.630.86
HSL348.89º62.79%8.43%-
HSV(B)348.89º77.14%13.73%-
XYZ0.850.560.44-
YUV16.64125.95141.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 62.5%
GREEN value IS 8 (3.52% from 255) = 14.29%
BLUE value IS 13 (5.47% from 255) = 23.21%
R=62.5%
G=14.29%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3581300.770.630.86348.8962.798.43
Hex238D04D3F5615d3f8
Octal4310150115771265357710
Binary100011100011010100110111111110101101010111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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