Html Css Color HEX #190309 Rustic Red

📋 copy color: '#190309'

red 25 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #190309

Tints of Rustic Red #190309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.11%

 BLUE value IS 9 (3.91% from 255) = 24.32%

R = 67.57%
G = 8.11%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.90

RGB Variations

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

Color information

#190309 (or 0x190309) is known color: Rustic Red. HEX triplet: 19, 03 and 09. RGB value is (25,3,9). Sum of RGB (Red+Green+Blue) = 25+3+9=37 (4% of max value = 765). Red value is 25 (10.16% from 255 or 67.57% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 25 - color contains mainly: red. Hex color #190309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190309 is #E6FCF6. Grayscale: #0A0A0A. Windows color (decimal): -15138039 or 590617. OLE color: 590617.

HSL color Cylindrical-coordinate representation of color #190309: hue angle of 343.64º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190309 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 3 9 -
CMYK 0 0.88 0.64 0.90
HSL 343.64º 0.79% 0.05% -
HSV(B) 343.64º 0.88% 0.1% -
XYZ 0.48 0.29 0.29 -
YUV 10.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 25 3 9 0 0.88 0.64 0.90 343.64 0.79 0.05
Hex 19 3 9 0 58 40 5A 158 4F 5
Octal 31 3 11 0 130 100 132 530 117 5
Binary 11001 11 1001 0 1011000 1000000 1011010 101011000 1001111 101

Color Harmonies of #190309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190309

Black with #190309

Text Example


Text Example

White with #190309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190309; }

 p { color: rgb(25,3,9); }

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

background-color css

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

 a { background-color: rgb(25,3,9); }

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

border-color css

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

 span { border-color: rgb(25,3,9); }

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