Html Css Color HEX #190A0D Rustic Red

📋 copy color: '#190A0D'

red 25 ◦ green 10 ◦ blue 13

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

Shades of Rustic Red #190A0D

Tints of Rustic Red #190A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 20.83%

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

R = 52.08%
G = 20.83%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.90

RGB Variations

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

Color information

#190A0D (or 0x190A0D) is known color: Rustic Red. HEX triplet: 19, 0A and 0D. RGB value is (25,10,13). Sum of RGB (Red+Green+Blue) = 25+10+13=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #190A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A0D is #E6F5F2. Grayscale: #0E0E0E. Windows color (decimal): -15136243 or 854553. OLE color: 854553.

HSL color Cylindrical-coordinate representation of color #190A0D: hue angle of 348º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #190A0D is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 10 13 -
CMYK 0 0.60 0.48 0.90
HSL 348º 0.43% 0.07% -
HSV(B) 348º 0.6% 0.1% -
XYZ 0.58 0.45 0.44 -
YUV 14.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 25 10 13 0 0.60 0.48 0.90 348 0.43 0.07
Hex 19 A D 0 3C 30 5A 15C 2B 7
Octal 31 12 15 0 74 60 132 534 53 7
Binary 11001 1010 1101 0 111100 110000 1011010 101011100 101011 111

Color Harmonies of #190A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190A0D

Black with #190A0D

Text Example


Text Example

White with #190A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190A0D; }

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

 H1.HeaderClassName
 {
   color: #190A0D;
 }
 .AnyTagClassName
 {
   color: #190A0D;
 }
</style>

background-color css

<style>
 a { background-color: #190A0D; }

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

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

border-color css

<style>
 span { border-color: #190A0D; }

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

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