Html Css Color HEX #19080F Rustic Red

📋 copy color: '#19080F'

red 25 ◦ green 8 ◦ blue 15

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

Shades of Rustic Red #19080F

Tints of Rustic Red #19080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 16.67%

 BLUE value IS 15 (6.25% from 255) = 31.25%

R = 52.08%
G = 16.67%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.90

RGB Variations

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

Color information

#19080F (or 0x19080F) is known color: Rustic Red. HEX triplet: 19, 08 and 0F. RGB value is (25,8,15). Sum of RGB (Red+Green+Blue) = 25+8+15=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #19080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19080F is #E6F7F0. Grayscale: #0D0D0D. Windows color (decimal): -15136753 or 985113. OLE color: 985113.

HSL color Cylindrical-coordinate representation of color #19080F: hue angle of 335.29º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19080F is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 8 15 -
CMYK 0 0.68 0.40 0.90
HSL 335.29º 0.52% 0.06% -
HSV(B) 335.29º 0.68% 0.1% -
XYZ 0.57 0.41 0.5 -
YUV 13.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 25 8 15 0 0.68 0.40 0.90 335.29 0.52 0.06
Hex 19 8 F 0 44 28 5A 14F 34 6
Octal 31 10 17 0 104 50 132 517 64 6
Binary 11001 1000 1111 0 1000100 101000 1011010 101001111 110100 110

Color Harmonies of #19080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19080F

Black with #19080F

Text Example


Text Example

White with #19080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19080F; }

 p { color: rgb(25,8,15); }

 H1.HeaderClassName
 {
   color: #19080F;
 }
 .AnyTagClassName
 {
   color: #19080F;
 }
</style>

background-color css

<style>
 a { background-color: #19080F; }

 a { background-color: rgb(25,8,15); }

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

border-color css

<style>
 span { border-color: #19080F; }

 span { border-color: rgb(25,8,15); }

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