Html Css Color HEX #190B0C Rustic Red

📋 copy color: '#190B0C'

red 25 ◦ green 11 ◦ blue 12

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

Shades of Rustic Red #190B0C

Tints of Rustic Red #190B0C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 22.92%

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

R = 52.08%
G = 22.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.90

RGB Variations

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

Color information

#190B0C (or 0x190B0C) is known color: Rustic Red. HEX triplet: 19, 0B and 0C. RGB value is (25,11,12). Sum of RGB (Red+Green+Blue) = 25+11+12=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #190B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B0C is #E6F4F3. Grayscale: #0F0F0F. Windows color (decimal): -15135988 or 789273. OLE color: 789273.

HSL color Cylindrical-coordinate representation of color #190B0C: hue angle of 355.71º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #190B0C is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 11 12 -
CMYK 0 0.56 0.52 0.90
HSL 355.71º 0.39% 0.07% -
HSV(B) 355.71º 0.56% 0.1% -
XYZ 0.59 0.47 0.41 -
YUV 15.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 25 11 12 0 0.56 0.52 0.90 355.71 0.39 0.07
Hex 19 B C 0 38 34 5A 164 27 7
Octal 31 13 14 0 70 64 132 544 47 7
Binary 11001 1011 1100 0 111000 110100 1011010 101100100 100111 111

Color Harmonies of #190B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190B0C

Black with #190B0C

Text Example


Text Example

White with #190B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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