Html Css Color HEX #19010B Rustic Red

📋 copy color: '#19010B'

red 25 ◦ green 1 ◦ blue 11

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

Shades of Rustic Red #19010B

Tints of Rustic Red #19010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 29.73%

R = 67.57%
G = 2.7%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#19010B (or 0x19010B) is known color: Rustic Red. HEX triplet: 19, 01 and 0B. RGB value is (25,1,11). Sum of RGB (Red+Green+Blue) = 25+1+11=37 (4% of max value = 765). Red value is 25 (10.16% from 255 or 67.57% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 25 - color contains mainly: red. Hex color #19010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19010B is #E6FEF4. Grayscale: #090909. Windows color (decimal): -15138549 or 721177. OLE color: 721177.

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

Color convert

RGB 25 1 11 -
CMYK 0 0.96 0.56 0.90
HSL 335º 0.92% 0.05% -
HSV(B) 335º 0.96% 0.1% -
XYZ 0.47 0.25 0.34 -
YUV 9.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 25 1 11 0 0.96 0.56 0.90 335 0.92 0.05
Hex 19 1 B 0 60 38 5A 14F 5C 5
Octal 31 1 13 0 140 70 132 517 134 5
Binary 11001 1 1011 0 1100000 111000 1011010 101001111 1011100 101

Color Harmonies of #19010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19010B

Black with #19010B

Text Example


Text Example

White with #19010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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