Html Css Color HEX #19060D Rustic Red

📋 copy color: '#19060D'

red 25 ◦ green 6 ◦ blue 13

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

Shades of Rustic Red #19060D

Tints of Rustic Red #19060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.64%

 BLUE value IS 13 (5.47% from 255) = 29.55%

R = 56.82%
G = 13.64%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.90

RGB Variations

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

Color information

#19060D (or 0x19060D) is known color: Rustic Red. HEX triplet: 19, 06 and 0D. RGB value is (25,6,13). Sum of RGB (Red+Green+Blue) = 25+6+13=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #19060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19060D is #E6F9F2. Grayscale: #0C0C0C. Windows color (decimal): -15137267 or 853529. OLE color: 853529.

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

Color convert

RGB 25 6 13 -
CMYK 0 0.76 0.48 0.90
HSL 337.89º 0.61% 0.06% -
HSV(B) 337.89º 0.76% 0.1% -
XYZ 0.54 0.37 0.42 -
YUV 12.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 25 6 13 0 0.76 0.48 0.90 337.89 0.61 0.06
Hex 19 6 D 0 4C 30 5A 152 3D 6
Octal 31 6 15 0 114 60 132 522 75 6
Binary 11001 110 1101 0 1001100 110000 1011010 101010010 111101 110

Color Harmonies of #19060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19060D

Black with #19060D

Text Example


Text Example

White with #19060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19060D;
 }
 .AnyTagClassName
 {
   color: #19060D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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