Html Css Color HEX #19010C Rustic Red

📋 copy color: '#19010C'

red 25 ◦ green 1 ◦ blue 12

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

Shades of Rustic Red #19010C

Tints of Rustic Red #19010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.63%

 BLUE value IS 12 (5.08% from 255) = 31.58%

R = 65.79%
G = 2.63%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.90

RGB Variations

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

Color information

#19010C (or 0x19010C) is known color: Rustic Red. HEX triplet: 19, 01 and 0C. RGB value is (25,1,12). Sum of RGB (Red+Green+Blue) = 25+1+12=38 (5% of max value = 765). Red value is 25 (10.16% from 255 or 65.79% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 25 - color contains mainly: red. Hex color #19010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19010C is #E6FEF3. Grayscale: #090909. Windows color (decimal): -15138548 or 786713. OLE color: 786713.

HSL color Cylindrical-coordinate representation of color #19010C: hue angle of 332.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19010C is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 1 12 -
CMYK 0 0.96 0.52 0.90
HSL 332.5º 0.92% 0.05% -
HSV(B) 332.5º 0.96% 0.1% -
XYZ 0.48 0.25 0.37 -
YUV 9.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 25 1 12 0 0.96 0.52 0.90 332.5 0.92 0.05
Hex 19 1 C 0 60 34 5A 14C 5C 5
Octal 31 1 14 0 140 64 132 514 134 5
Binary 11001 1 1100 0 1100000 110100 1011010 101001100 1011100 101

Color Harmonies of #19010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19010C

Black with #19010C

Text Example


Text Example

White with #19010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19010C; }

 p { color: rgb(25,1,12); }

 H1.HeaderClassName
 {
   color: #19010C;
 }
 .AnyTagClassName
 {
   color: #19010C;
 }
</style>

background-color css

<style>
 a { background-color: #19010C; }

 a { background-color: rgb(25,1,12); }

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

border-color css

<style>
 span { border-color: #19010C; }

 span { border-color: rgb(25,1,12); }

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