#19070D

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

Shades of Rustic Red #19070D

Tints of Rustic Red #19070D

Color information

#19070D (or 0x19070D) is unknown color: approx Rustic Red. HEX triplet: 19, 07 and 0D. RGB value is (25,7,13). Sum of RGB (Red+Green+Blue) = 25+7+13=45 (5% of max value = 765). Red value is 25 (10.16% from 255 or 55.56% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 25 - color contains mainly: red. Hex color #19070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19070D is #E6F8F2. Grayscale: #0D0D0D. Windows color (decimal): -15137011 or 853785. OLE color: 853785.

HSL color Cylindrical-coordinate representation of color #19070D: hue angle of 340º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19070D is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.90.

Color convert

RGB25713-
CMYK00.720.480.90
HSL340º56.25%6.27%-
HSV(B)340º72%9.8%-
XYZ0.550.390.43-
YUV13.07127.96136.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 55.56%
GREEN value IS 7 (3.12% from 255) = 15.56%
BLUE value IS 13 (5.47% from 255) = 28.89%
R=55.56%
G=15.56%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2571300.720.480.9034056.256.27
Hex197D048305A154386
Octal31715011060132524706
Binary110011111101010010001100001011010101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,7,13); }

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

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

 a { background-color: rgb(25,7,13); }

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

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

 span { border-color: rgb(25,7,13); }

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