Html Css Color HEX #1F0506 Rustic Red

📋 copy color: '#1F0506'

red 31 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #1F0506

Tints of Rustic Red #1F0506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.9%

 BLUE value IS 6 (2.73% from 255) = 14.29%

R = 73.81%
G = 11.9%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.88

RGB Variations

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

Color information

#1F0506 (or 0x1F0506) is known color: Rustic Red. HEX triplet: 1F, 05 and 06. RGB value is (31,5,6). Sum of RGB (Red+Green+Blue) = 31+5+6=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0506 is #E0FAF9. Grayscale: #0C0C0C. Windows color (decimal): -14744314 or 394527. OLE color: 394527.

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

Color convert

RGB 31 5 6 -
CMYK 0 0.84 0.81 0.88
HSL 357.69º 0.72% 0.07% -
HSV(B) 357.69º 0.84% 0.12% -
XYZ 0.65 0.41 0.22 -
YUV 12.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 31 5 6 0 0.84 0.81 0.88 357.69 0.72 0.07
Hex 1F 5 6 0 54 51 58 166 48 7
Octal 37 5 6 0 124 121 130 546 110 7
Binary 11111 101 110 0 1010100 1010001 1011000 101100110 1001000 111

Color Harmonies of #1F0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0506

Black with #1F0506

Text Example


Text Example

White with #1F0506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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