Html Css Color HEX #19070D Rustic Red

📋 copy color: '#19070D'

red 25 ◦ green 7 ◦ blue 13

#19070D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #19070D

Tints of Rustic Red #19070D

RGB

 RED value IS 25 (10.16% from 255) = 55.56%

 GREEN value IS 7 (3.13% 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 value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.90

RGB Variations

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

Color information

#19070D (or 0x19070D) is known color: 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

RGB 25 7 13 -
CMYK 0 0.72 0.48 0.90
HSL 340º 0.56% 0.06% -
HSV(B) 340º 0.72% 0.1% -
XYZ 0.55 0.39 0.43 -
YUV 13.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 25 7 13 0 0.72 0.48 0.90 340 0.56 0.06
Hex 19 7 D 0 48 30 5A 154 38 6
Octal 31 7 15 0 110 60 132 524 70 6
Binary 11001 111 1101 0 1001000 110000 1011010 101010100 111000 110

Color Harmonies of #19070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19070D

Black with #19070D

Text Example


Text Example

White with #19070D

Text Example


Text Example

HTML Codes & Css Web 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>