Html Css Color HEX #190A0B Rustic Red

📋 copy color: '#190A0B'

red 25 ◦ green 10 ◦ blue 11

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

Shades of Rustic Red #190A0B

Tints of Rustic Red #190A0B

RGB

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

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

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

R = 54.35%
G = 21.74%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#190A0B (or 0x190A0B) is known color: Rustic Red. HEX triplet: 19, 0A and 0B. RGB value is (25,10,11). Sum of RGB (Red+Green+Blue) = 25+10+11=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #190A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A0B is #E6F5F4. Grayscale: #0E0E0E. Windows color (decimal): -15136245 or 723481. OLE color: 723481.

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

Color convert

RGB 25 10 11 -
CMYK 0 0.60 0.56 0.90
HSL 356º 0.43% 0.07% -
HSV(B) 356º 0.6% 0.1% -
XYZ 0.57 0.45 0.37 -
YUV 14.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 25 10 11 0 0.60 0.56 0.90 356 0.43 0.07
Hex 19 A B 0 3C 38 5A 164 2B 7
Octal 31 12 13 0 74 70 132 544 53 7
Binary 11001 1010 1011 0 111100 111000 1011010 101100100 101011 111

Color Harmonies of #190A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190A0B

Black with #190A0B

Text Example


Text Example

White with #190A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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