Html Css Color HEX #19010A Rustic Red

📋 copy color: '#19010A'

red 25 ◦ green 1 ◦ blue 10

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

Shades of Rustic Red #19010A

Tints of Rustic Red #19010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 27.78%

R = 69.44%
G = 2.78%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.90

RGB Variations

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

Color information

#19010A (or 0x19010A) is known color: Rustic Red. HEX triplet: 19, 01 and 0A. RGB value is (25,1,10). Sum of RGB (Red+Green+Blue) = 25+1+10=36 (4% of max value = 765). Red value is 25 (10.16% from 255 or 69.44% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 25 - color contains mainly: red. Hex color #19010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19010A is #E6FEF5. Grayscale: #090909. Windows color (decimal): -15138550 or 655641. OLE color: 655641.

HSL color Cylindrical-coordinate representation of color #19010A: hue angle of 337.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 #19010A is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 1 10 -
CMYK 0 0.96 0.60 0.90
HSL 337.5º 0.92% 0.05% -
HSV(B) 337.5º 0.96% 0.1% -
XYZ 0.47 0.25 0.31 -
YUV 9.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 25 1 10 0 0.96 0.60 0.90 337.5 0.92 0.05
Hex 19 1 A 0 60 3C 5A 152 5C 5
Octal 31 1 12 0 140 74 132 522 134 5
Binary 11001 1 1010 0 1100000 111100 1011010 101010010 1011100 101

Color Harmonies of #19010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19010A

Black with #19010A

Text Example


Text Example

White with #19010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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