Html Css Color HEX #1F0004 Rustic Red

📋 copy color: '#1F0004'

red 31 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #1F0004

Tints of Rustic Red #1F0004

RGB

 RED value IS 31 (12.5% from 255) = 88.57%

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

 BLUE value IS 4 (1.95% from 255) = 11.43%

R = 88.57%
G = 0%
B = 11.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#1F0004 (or 0x1F0004) is known color: Rustic Red. HEX triplet: 1F, 00 and 04. RGB value is (31,0,4). Sum of RGB (Red+Green+Blue) = 31+0+4=35 (4% of max value = 765). Red value is 31 (12.5% from 255 or 88.57% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0004 is #E0FFFB. Grayscale: #090909. Windows color (decimal): -14745596 or 262175. OLE color: 262175.

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

Color convert

RGB 31 0 4 -
CMYK 0 1 0.87 0.88
HSL 352.26º 1% 0.06% -
HSV(B) 352.26º 1% 0.12% -
XYZ 0.59 0.3 0.14 -
YUV 9.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 31 0 4 0 1 0.87 0.88 352.26 1 0.06
Hex 1F 0 4 0 64 57 58 160 64 6
Octal 37 0 4 0 144 127 130 540 144 6
Binary 11111 0 100 0 1100100 1010111 1011000 101100000 1100100 110

Color Harmonies of #1F0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0004

Black with #1F0004

Text Example


Text Example

White with #1F0004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F0004; }

 p { color: rgb(31,0,4); }

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

background-color css

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

 a { background-color: rgb(31,0,4); }

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

border-color css

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

 span { border-color: rgb(31,0,4); }

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