Html Css Color HEX #1F010C Rustic Red

📋 copy color: '#1F010C'

red 31 ◦ green 1 ◦ blue 12

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

Shades of Rustic Red #1F010C

Tints of Rustic Red #1F010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.27%

 BLUE value IS 12 (5.08% from 255) = 27.27%

R = 70.45%
G = 2.27%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.88

RGB Variations

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

Color information

#1F010C (or 0x1F010C) is known color: Rustic Red. HEX triplet: 1F, 01 and 0C. RGB value is (31,1,12). Sum of RGB (Red+Green+Blue) = 31+1+12=44 (5% of max value = 765). Red value is 31 (12.5% from 255 or 70.45% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 31 - color contains mainly: red. Hex color #1F010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F010C is #E0FEF3. Grayscale: #0B0B0B. Windows color (decimal): -14745332 or 786719. OLE color: 786719.

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

Color convert

RGB 31 1 12 -
CMYK 0 0.97 0.61 0.88
HSL 338º 0.94% 0.06% -
HSV(B) 338º 0.97% 0.12% -
XYZ 0.64 0.34 0.38 -
YUV 11.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 31 1 12 0 0.97 0.61 0.88 338 0.94 0.06
Hex 1F 1 C 0 61 3D 58 152 5E 6
Octal 37 1 14 0 141 75 130 522 136 6
Binary 11111 1 1100 0 1100001 111101 1011000 101010010 1011110 110

Color Harmonies of #1F010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F010C

Black with #1F010C

Text Example


Text Example

White with #1F010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,1,12); }

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

background-color css

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

 a { background-color: rgb(31,1,12); }

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

border-color css

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

 span { border-color: rgb(31,1,12); }

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