Html Css Color HEX #1F040B Rustic Red

📋 copy color: '#1F040B'

red 31 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #1F040B

Tints of Rustic Red #1F040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.7%

 BLUE value IS 11 (4.69% from 255) = 23.91%

R = 67.39%
G = 8.7%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.88

RGB Variations

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

Color information

#1F040B (or 0x1F040B) is known color: Rustic Red. HEX triplet: 1F, 04 and 0B. RGB value is (31,4,11). Sum of RGB (Red+Green+Blue) = 31+4+11=46 (6% of max value = 765). Red value is 31 (12.5% from 255 or 67.39% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 31 - color contains mainly: red. Hex color #1F040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F040B is #E0FBF4. Grayscale: #0C0C0C. Windows color (decimal): -14744565 or 721951. OLE color: 721951.

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

Color convert

RGB 31 4 11 -
CMYK 0 0.87 0.65 0.88
HSL 344.44º 0.77% 0.07% -
HSV(B) 344.44º 0.87% 0.12% -
XYZ 0.67 0.4 0.36 -
YUV 12.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 31 4 11 0 0.87 0.65 0.88 344.44 0.77 0.07
Hex 1F 4 B 0 57 41 58 158 4D 7
Octal 37 4 13 0 127 101 130 530 115 7
Binary 11111 100 1011 0 1010111 1000001 1011000 101011000 1001101 111

Color Harmonies of #1F040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F040B

Black with #1F040B

Text Example


Text Example

White with #1F040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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