#190506

Color #190506 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #190506

Tints of Rustic Red #190506

Color information

#190506 (or 0x190506) is unknown color: approx Rustic Red. HEX triplet: 19, 05 and 06. RGB value is (25,5,6). Sum of RGB (Red+Green+Blue) = 25+5+6=36 (4% of max value = 765). Red value is 25 (10.16% from 255 or 69.44% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 25 - color contains mainly: red. Hex color #190506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190506 is #E6FAF9. Grayscale: #0B0B0B. Windows color (decimal): -15137530 or 394521. OLE color: 394521.

HSL color Cylindrical-coordinate representation of color #190506: hue angle of 357º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #190506 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.90.

Color convert

RGB2556-
CMYK00.800.760.90
HSL357º66.67%5.88%-
HSV(B)357º80%9.8%-
XYZ0.490.330.21-
YUV11.09125.13137.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 69.44%
GREEN value IS 5 (2.34% from 255) = 13.89%
BLUE value IS 6 (2.73% from 255) = 16.67%
R=69.44%
G=13.89%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal255600.800.760.9035766.675.88
Hex19560504C5A165436
Octal315601201141325451036
Binary1100110111001010000100110010110101011001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190506; }

 p { color: rgb(25,5,6); }

 H1.HeaderClassName
 {
   color: #190506;
 }
 .AnyTagClassName
 {
   color: #190506;
 }
</style>
background-color css

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

 a { background-color: rgb(25,5,6); }

 div.DivClassName
 {
   background-color: #190506;
 }
 .BgClassName
 {
   background-color: #190506;
 }
</style>
border-color css

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

 span { border-color: rgb(25,5,6); }

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