Html Css Color HEX #190003 Rustic Red

📋 copy color: '#190003'

red 25 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #190003

Tints of Rustic Red #190003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 10.71%

R = 89.29%
G = 0%
B = 10.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.90

RGB Variations

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

Color information

#190003 (or 0x190003) is known color: Rustic Red. HEX triplet: 19, 00 and 03. RGB value is (25,0,3). Sum of RGB (Red+Green+Blue) = 25+0+3=28 (3% of max value = 765). Red value is 25 (10.16% from 255 or 89.29% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 25 - color contains mainly: red. Hex color #190003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190003 is #E6FFFC. Grayscale: #070707. Windows color (decimal): -15138813 or 196633. OLE color: 196633.

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

Color convert

RGB 25 0 3 -
CMYK 0 1 0.88 0.90
HSL 352.8º 1% 0.05% -
HSV(B) 352.8º 1% 0.1% -
XYZ 0.42 0.21 0.11 -
YUV 7.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 25 0 3 0 1 0.88 0.90 352.8 1 0.05
Hex 19 0 3 0 64 58 5A 161 64 5
Octal 31 0 3 0 144 130 132 541 144 5
Binary 11001 0 11 0 1100100 1011000 1011010 101100001 1100100 101

Color Harmonies of #190003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190003

Black with #190003

Text Example


Text Example

White with #190003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190003; }

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

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

background-color css

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

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

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

border-color css

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

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

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